mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
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:
parent
e3f5ae7b9e
commit
d475c10508
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user