summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/lib/Transforms/Scalar/InstructionCombining.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp
index f43655c22c2..9f4dff27ddb 100644
--- a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp
+++ b/llvm/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<BitCastInst>(CI))
return new BitCastInst(NGEP, CI.getType());
assert(isa<PtrToIntInst>(CI));
OpenPOWER on IntegriCloud