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
This commit is contained in:
Chris Lattner 2004-09-29 21:21:14 +00:00
parent 0030e6c5c5
commit a71989f11b

View 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: