[llvm-commits] CVS: llvm/lib/Target/README.txt

Reid Spencer reid at x10sys.com
Wed Feb 14 19:40:01 PST 2007



Changes in directory llvm/lib/Target:

README.txt updated: 1.55 -> 1.56
---
Log message:

For PR1195: http://llvm.org/PR1195 :
Change use of "packed" term to "vector" in comments, strings, variable
names, etc.


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

 README.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/lib/Target/README.txt
diff -u llvm/lib/Target/README.txt:1.55 llvm/lib/Target/README.txt:1.56
--- llvm/lib/Target/README.txt:1.55	Tue Feb 13 15:44:43 2007
+++ llvm/lib/Target/README.txt	Wed Feb 14 21:39:18 2007
@@ -135,9 +135,9 @@
 
 //===---------------------------------------------------------------------===//
 
-For packed types, TargetData.cpp::getTypeInfo() returns alignment that is equal
+For vector types, TargetData.cpp::getTypeInfo() returns alignment that is equal
 to the type size. It works but can be overly conservative as the alignment of
-specific packed types are target dependent.
+specific vector types are target dependent.
 
 //===---------------------------------------------------------------------===//
 
@@ -150,7 +150,7 @@
 
 //===---------------------------------------------------------------------===//
 
-We should constant fold packed type casts at the LLVM level, regardless of the
+We should constant fold vector type casts at the LLVM level, regardless of the
 cast.  Currently we cannot fold some casts because we don't have TargetData
 information in the constant folder, so we don't know the endianness of the 
 target!






More information about the llvm-commits mailing list