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 | 585b36a1cbcf86a4fdd43fbf10c067f71a22e029 (patch) | |
tree | 8bd0b894f01f6196abbe6a74b0fdb107a96d1a70 | |
parent | 6c3501d5c66a90aa82a278cc368e18fabfdb8199 (diff) | |
download | bcm5719-llvm-585b36a1cbcf86a4fdd43fbf10c067f71a22e029.tar.gz bcm5719-llvm-585b36a1cbcf86a4fdd43fbf10c067f71a22e029.zip |
VectorType is also a SequentialType
llvm-svn: 134979
-rw-r--r-- | llvm/docs/ProgrammersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index c1edd2a60a6..5565973ac1b 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/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> |