[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelSimple.cpp
Chris Lattner
lattner at cs.uiuc.edu
Fri Jan 7 23:00:05 PST 2005
Changes in directory llvm/lib/Target/X86:
X86ISelSimple.cpp updated: 1.306 -> 1.307
---
Log message:
Wrap long line.
---
Diffs of the changes: (+2 -2)
Index: llvm/lib/Target/X86/X86ISelSimple.cpp
diff -u llvm/lib/Target/X86/X86ISelSimple.cpp:1.306 llvm/lib/Target/X86/X86ISelSimple.cpp:1.307
--- llvm/lib/Target/X86/X86ISelSimple.cpp:1.306 Fri Jan 7 23:45:24 2005
+++ llvm/lib/Target/X86/X86ISelSimple.cpp Sat Jan 8 00:59:50 2005
@@ -1632,8 +1632,8 @@
case cFP:
if (ConstantFP *CFP = dyn_cast_or_null<ConstantFP>(Args[i].Val)) {
- // Store constant FP values with integer instructions to avoid having to
- // load the constants from the constant pool then do a store.
+ // Store constant FP values with integer instructions to avoid having
+ // to load the constants from the constant pool then do a store.
if (CFP->getType() == Type::FloatTy) {
union {
unsigned I;
More information about the llvm-commits
mailing list