[llvm-commits] [llvm] r134979 - /llvm/trunk/docs/ProgrammersManual.html

Tobias Grosser grosser at fim.uni-passau.de
Tue Jul 12 04:37:02 PDT 2011


Author: grosser
Date: Tue Jul 12 06:37:02 2011
New Revision: 134979

URL: http://llvm.org/viewvc/llvm-project?rev=134979&view=rev
Log:
VectorType is also a SequentialType

Modified:
    llvm/trunk/docs/ProgrammersManual.html

Modified: llvm/trunk/docs/ProgrammersManual.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ProgrammersManual.html?rev=134979&r1=134978&r2=134979&view=diff
==============================================================================
--- llvm/trunk/docs/ProgrammersManual.html (original)
+++ llvm/trunk/docs/ProgrammersManual.html Tue Jul 12 06:37:02 2011
@@ -2979,7 +2979,7 @@
   </ul>
   </dd>
   <dt><tt>SequentialType</tt></dt>
-  <dd>This is subclassed by ArrayType and PointerType
+  <dd>This is subclassed by ArrayType, PointerType and VectorType.
     <ul>
       <li><tt>const Type * getElementType() const</tt>: Returns the type of each
       of the elements in the sequential type. </li>





More information about the llvm-commits mailing list