Hrm, debugging printouts do not need to be in here
authorChris Lattner <sabre@nondot.org>
Wed, 29 Sep 2004 21:21:14 +0000 (21:21 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 29 Sep 2004 21:21:14 +0000 (21:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16598 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/InstructionCombining.cpp

index ec50320056d488d4e41712159ca7e422fd86840e..6db0717a9fccbf17f879fbce0a67a95f7a4ccebe 100644 (file)
@@ -2117,8 +2117,6 @@ Instruction *InstCombiner::visitSetCondInst(BinaryOperator &I) {
 
           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: