[llvm-commits] CVS: llvm/lib/Target/CBackend/CBackend.cpp
Chris Lattner
sabre at nondot.org
Fri Jan 12 14:53:05 PST 2007
Changes in directory llvm/lib/Target/CBackend:
CBackend.cpp updated: 1.314 -> 1.315
---
Log message:
remove obsolete fixme
---
Diffs of the changes: (+0 -3)
CBackend.cpp | 3 ---
1 files changed, 3 deletions(-)
Index: llvm/lib/Target/CBackend/CBackend.cpp
diff -u llvm/lib/Target/CBackend/CBackend.cpp:1.314 llvm/lib/Target/CBackend/CBackend.cpp:1.315
--- llvm/lib/Target/CBackend/CBackend.cpp:1.314 Fri Jan 12 13:20:47 2007
+++ llvm/lib/Target/CBackend/CBackend.cpp Fri Jan 12 16:52:50 2007
@@ -400,9 +400,6 @@
bool isSigned, const std::string &NameSoFar,
bool IgnoreName) {
if (Ty->isPrimitiveType() || Ty->isIntegral()) {
- // FIXME:Signedness. When integer types are signless, this should just
- // always pass "false" for the sign of the primitive type. The instructions
- // will figure out how the value is to be interpreted.
printSimpleType(Out, Ty, isSigned, NameSoFar);
return Out;
}
More information about the llvm-commits
mailing list