VectorType is also a SequentialType

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134979 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Tobias Grosser 2011-07-12 11:37:02 +00:00
parent e3f5ae7b9e
commit d475c10508

View 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>