summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-15 02:26:10 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-15 02:26:10 +0000
commitd84d35ba70296aca01d3c48ab9088b0515619fd9 (patch)
tree1badc3977131947db9d60139549cbdb3898ffb09 /llvm/docs/ProgrammersManual.html
parentdad84a7c0203636b30f98d6d2315bf5af0ec6046 (diff)
downloadbcm5719-llvm-d84d35ba70296aca01d3c48ab9088b0515619fd9.tar.gz
bcm5719-llvm-d84d35ba70296aca01d3c48ab9088b0515619fd9.zip
For PR1195:
Rename PackedType -> VectorType, ConstantPacked -> ConstantVector, and PackedTyID -> VectorTyID. No functional changes. llvm-svn: 34293
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r--llvm/docs/ProgrammersManual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html
index 5393d7fd7d6..a96a676c600 100644
--- a/llvm/docs/ProgrammersManual.html
+++ b/llvm/docs/ProgrammersManual.html
@@ -2314,7 +2314,7 @@ the <tt>lib/VMCore</tt> directory.</p>
</dd>
<dt><tt>PointerType</tt></dt>
<dd>Subclass of SequentialType for pointer types.</dd>
- <dt><tt>PackedType</tt></dt>
+ <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
OpenPOWER on IntegriCloud