[llvm-commits] [parallel] CVS: llvm/lib/Target/X86/InstSelectSimple.cpp
Misha Brukman
brukman at cs.uiuc.edu
Thu Mar 11 18:41:02 PST 2004
Changes in directory llvm/lib/Target/X86:
InstSelectSimple.cpp updated: 1.149.2.2 -> 1.149.2.3
---
Log message:
Fix the incorrect merge from trunk.
---
Diffs of the changes: (+0 -5)
Index: llvm/lib/Target/X86/InstSelectSimple.cpp
diff -u llvm/lib/Target/X86/InstSelectSimple.cpp:1.149.2.2 llvm/lib/Target/X86/InstSelectSimple.cpp:1.149.2.3
--- llvm/lib/Target/X86/InstSelectSimple.cpp:1.149.2.2 Wed Mar 10 19:01:46 2004
+++ llvm/lib/Target/X86/InstSelectSimple.cpp Thu Mar 11 18:40:32 2004
@@ -720,11 +720,6 @@
++NumFPKill;
}
}
- // If we got this far, there is no need to insert the kill instruction.
- return false;
-#else
- return true;
-#endif
}
// canFoldSetCCIntoBranch - Return the setcc instruction if we can fold it into
More information about the llvm-commits
mailing list