VectorType is also a SequentialType
authorTobias Grosser <grosser@fim.uni-passau.de>
Tue, 12 Jul 2011 11:37:02 +0000 (11:37 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Tue, 12 Jul 2011 11:37:02 +0000 (11:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134979 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.html

index c1edd2a60a6fd299cb2a2dc5f15096cafbef7320..5565973ac1b8b8ec63c8827b1dc6a0b896e15459 100644 (file)
@@ -2979,7 +2979,7 @@ the <tt>lib/VMCore</tt> directory.</p>
   </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>