VectorType is also a SequentialType
[oota-llvm.git] / 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>