[llvm-commits] CVS: llvm/docs/ProgrammersManual.html

Reid Spencer reid at x10sys.com
Wed Feb 14 18:27:25 PST 2007



Changes in directory llvm/docs:

ProgrammersManual.html updated: 1.124 -> 1.125
---
Log message:

For PR1195: http://llvm.org/PR1195 :
Rename PackedType -> VectorType, ConstantPacked -> ConstantVector, and
PackedTyID -> VectorTyID. No functional changes.


---
Diffs of the changes:  (+2 -2)

 ProgrammersManual.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/ProgrammersManual.html
diff -u llvm/docs/ProgrammersManual.html:1.124 llvm/docs/ProgrammersManual.html:1.125
--- llvm/docs/ProgrammersManual.html:1.124	Fri Feb  9 10:00:28 2007
+++ llvm/docs/ProgrammersManual.html	Wed Feb 14 20:26:09 2007
@@ -2314,7 +2314,7 @@
   </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 
@@ -3177,7 +3177,7 @@
   <a href="mailto:dhurjati at cs.uiuc.edu">Dinakar Dhurjati</a> and
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/02/09 16:00:28 $
+  Last modified: $Date: 2007/02/15 02:26:09 $
 </address>
 
 </body>






More information about the llvm-commits mailing list