[llvm-commits] CVS: llvm/lib/Transforms/Scalar/InstructionCombining.cpp

Chris Lattner lattner at cs.uiuc.edu
Wed Sep 29 14:21:26 PDT 2004



Changes in directory llvm/lib/Transforms/Scalar:

InstructionCombining.cpp updated: 1.259 -> 1.260
---
Log message:

Hrm, debugging printouts do not need to be in here


---
Diffs of the changes:  (+0 -2)

Index: llvm/lib/Transforms/Scalar/InstructionCombining.cpp
diff -u llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.259 llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.260
--- llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.259	Wed Sep 29 12:40:11 2004
+++ llvm/lib/Transforms/Scalar/InstructionCombining.cpp	Wed Sep 29 16:21:14 2004
@@ -2117,8 +2117,6 @@
 
           if (LoBound) {
             Value *X = LHSI->getOperand(0);
-            std::cerr << "DIV FOLD: " << *LHSI;
-            std::cerr << "DIV FOLD: " << I << "\n";
             switch (I.getOpcode()) {
             default: assert(0 && "Unhandled setcc opcode!");
             case Instruction::SetEQ:






More information about the llvm-commits mailing list