diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-15 03:07:05 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-15 03:07:05 +0000 |
commit | 404a3259f9af10fb88b484454dedf76a0e6616e9 (patch) | |
tree | 3d1da27764502f473fbf913976b1eb0537a9d206 /llvm/docs/ProgrammersManual.html | |
parent | cba7633cb5f2c76ababeb4431edce7d058a2530f (diff) | |
download | bcm5719-llvm-404a3259f9af10fb88b484454dedf76a0e6616e9.tar.gz bcm5719-llvm-404a3259f9af10fb88b484454dedf76a0e6616e9.zip |
For PR1195:
Packed -> Vector
llvm-svn: 34296
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r-- | llvm/docs/ProgrammersManual.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index a96a676c600..aa1fe402ff9 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/docs/ProgrammersManual.html @@ -2315,9 +2315,9 @@ the <tt>lib/VMCore</tt> directory.</p> <dt><tt>PointerType</tt></dt> <dd>Subclass of SequentialType for pointer types.</dd> <dt><tt>VectorType</tt></dt> - <dd>Subclass of SequentialType for packed (vector) types. A - packed type is similar to an ArrayType but is distinguished because it is - a first class type wherease ArrayType is not. Packed types are used for + <dd>Subclass of SequentialType for vector types. A + vector type is similar to an ArrayType but is distinguished because it is + a first class type wherease ArrayType is not. Vector types are used for vector operations and are usually small vectors of of an integer or floating point type.</dd> <dt><tt>StructType</tt></dt> |