From a71989f11b8ce9e7775d4b69ad301a23a68978dc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 29 Sep 2004 21:21:14 +0000 Subject: [PATCH] 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 --- lib/Transforms/Scalar/InstructionCombining.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Transforms/Scalar/InstructionCombining.cpp b/lib/Transforms/Scalar/InstructionCombining.cpp index ec50320056d..6db0717a9fc 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: