Changes in directory llvm/lib/Target/CBackend:
CBackend.cpp updated: 1.326 -> 1.327
---
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:  (+1 -1)

 CBackend.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/CBackend/CBackend.cpp
diff -u llvm/lib/Target/CBackend/CBackend.cpp:1.326 
llvm/lib/Target/CBackend/CBackend.cpp:1.327
--- llvm/lib/Target/CBackend/CBackend.cpp:1.326 Wed Feb 14 20:26:10 2007
+++ llvm/lib/Target/CBackend/CBackend.cpp       Wed Feb 14 21:39:18 2007
@@ -1727,7 +1727,7 @@
 // Push the struct onto the stack and recursively push all structs
 // this one depends on.
 //
-// TODO:  Make this work properly with packed types
+// TODO:  Make this work properly with vector types
 //
 void CWriter::printContainedStructs(const Type *Ty,
                                     std::set<const StructType*> 
&StructPrinted){



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to