[llvm-commits] CVS: llvm/lib/Target/CBackend/CBackend.cpp
Reid Spencer
reid at x10sys.com
Wed Feb 14 19:40:01 PST 2007
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){
More information about the llvm-commits
mailing list