1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

VectorType is also a SequentialType

llvm-svn: 134979
This commit is contained in:
Tobias Grosser 2011-07-12 11:37:02 +00:00
parent 449d23f471
commit c0e20d0db1

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>