diff --git a/lib/Transforms/Scalar/InstructionCombining.cpp b/lib/Transforms/Scalar/InstructionCombining.cpp index f43655c22c2..9f4dff27ddb 100644 --- a/lib/Transforms/Scalar/InstructionCombining.cpp +++ b/lib/Transforms/Scalar/InstructionCombining.cpp @@ -6431,12 +6431,6 @@ Instruction *InstCombiner::commonPointerCastTransforms(CastInst &CI) { InsertNewInstBefore(NGEP, CI); NGEP->takeName(GEP); - cerr << "\nZAP: " << *GEP->getOperand(0); - cerr << "ZAP: " << *GEP; - cerr << "ZAP: " << CI << "\n"; - - cerr << "NEW: " << *NGEP << "\n"; - if (isa(CI)) return new BitCastInst(NGEP, CI.getType()); assert(isa(CI));