From: Chris Lattner Date: Sat, 28 Apr 2007 03:50:56 +0000 (+0000) Subject: uhn zap cvs X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=53c22fc7c6127ba7482e42522655bf09cfdc14f9;p=oota-llvm.git uhn zap cvs git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36523 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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));