diff options
Diffstat (limited to 'lib/Target/CBackend/CBackend.cpp')
-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 460bf66fd0..b434d31b90 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){ |