diff options
author | Chris Lattner <sabre@nondot.org> | 2004-09-29 21:21:14 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-09-29 21:21:14 +0000 |
commit | a71989f11b8ce9e7775d4b69ad301a23a68978dc (patch) | |
tree | 75e54c4833d5a7156b90dcf26faab74502b2c049 | |
parent | 0030e6c5c5358ca9ff894105d98dac96205bd9af (diff) |
Hrm, debugging printouts do not need to be in here
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16598 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Transforms/Scalar/InstructionCombining.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Transforms/Scalar/InstructionCombining.cpp b/lib/Transforms/Scalar/InstructionCombining.cpp index ec50320056..6db0717a9f 100644 --- a/lib/Transforms/Scalar/InstructionCombining.cpp +++ b/lib/Transforms/Scalar/InstructionCombining.cpp @@ -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: |