uhn zap cvs
authorChris Lattner <sabre@nondot.org>
Sat, 28 Apr 2007 03:50:56 +0000 (03:50 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Apr 2007 03:50:56 +0000 (03:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36523 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/InstructionCombining.cpp

index f43655c22c2307e0039a593cbeab6493e757b27a..9f4dff27ddb0af717cd073ddae6fbaf6d92372fb 100644 (file)
@@ -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));