mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-01 02:33:44 +00:00
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:
parent
0030e6c5c5
commit
a71989f11b
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user