diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2011-07-12 11:37:02 +0000 |
---|---|---|
committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2011-07-12 11:37:02 +0000 |
commit | d475c105080cc5082ca8b8e87c89fa7c2dade39e (patch) | |
tree | ef646ede8ed541d942e819a62cacb394644bb12a /docs | |
parent | e3f5ae7b9e68953635f604a8b437d440678bb18e (diff) |
VectorType is also a SequentialType
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134979 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ProgrammersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index c1edd2a60a..5565973ac1 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -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> |