summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CBackend/CBackend.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-15 03:39:18 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-15 03:39:18 +0000
commit09575bac2e45bd4d0482d19db619e8d251a4389b (patch)
treec663b88733121d07ace82b721615431f7ef91c80 /llvm/lib/Target/CBackend/CBackend.cpp
parentd4a0b7bb7b14fb94d0f3f0dfd8697fa4c82cff53 (diff)
downloadbcm5719-llvm-09575bac2e45bd4d0482d19db619e8d251a4389b.tar.gz
bcm5719-llvm-09575bac2e45bd4d0482d19db619e8d251a4389b.zip
For PR1195:
Change use of "packed" term to "vector" in comments, strings, variable names, etc. llvm-svn: 34300
Diffstat (limited to 'llvm/lib/Target/CBackend/CBackend.cpp')
-rw-r--r--llvm/lib/Target/CBackend/CBackend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/CBackend/CBackend.cpp b/llvm/lib/Target/CBackend/CBackend.cpp
index 460bf66fd0d..b434d31b90a 100644
--- a/llvm/lib/Target/CBackend/CBackend.cpp
+++ b/llvm/lib/Target/CBackend/CBackend.cpp
@@ -1727,7 +1727,7 @@ void CWriter::printModuleTypes(const TypeSymbolTable &TST) {
// 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){
OpenPOWER on IntegriCloud