diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-15 03:39:18 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-15 03:39:18 +0000 |
commit | ac9dcb94dde5f166ee29372385c0e3b695227ab4 (patch) | |
tree | 468a925b8be61cdf917f1203ba57ac2a419b59a6 /lib/Target/CBackend | |
parent | a85210ac66ef8a60587c3557a41a4e81c8989579 (diff) | |
download | external_llvm-ac9dcb94dde5f166ee29372385c0e3b695227ab4.zip external_llvm-ac9dcb94dde5f166ee29372385c0e3b695227ab4.tar.gz external_llvm-ac9dcb94dde5f166ee29372385c0e3b695227ab4.tar.bz2 |
For PR1195:
Change use of "packed" term to "vector" in comments, strings, variable
names, etc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34300 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CBackend')
-rw-r--r-- | lib/Target/CBackend/CBackend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/CBackend/CBackend.cpp b/lib/Target/CBackend/CBackend.cpp index 460bf66..b434d31 100644 --- a/lib/Target/CBackend/CBackend.cpp +++ b/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){ |