summaryrefslogtreecommitdiff
path: root/lib/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-04-28 03:50:56 +0000
committerChris Lattner <sabre@nondot.org>2007-04-28 03:50:56 +0000
commit53c22fc7c6127ba7482e42522655bf09cfdc14f9 (patch)
tree52ea2c4b89efb27d66a9c0a7f0ff5ad94a2dc615 /lib/Transforms
parent73d0d0d4b8b93e8101e0a0aa283f694be341da6c (diff)
downloadllvm-53c22fc7c6127ba7482e42522655bf09cfdc14f9.tar.gz
llvm-53c22fc7c6127ba7482e42522655bf09cfdc14f9.tar.bz2
llvm-53c22fc7c6127ba7482e42522655bf09cfdc14f9.tar.xz
uhn zap cvs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36523 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-rw-r--r--lib/Transforms/Scalar/InstructionCombining.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Transforms/Scalar/InstructionCombining.cpp b/lib/Transforms/Scalar/InstructionCombining.cpp
index f43655c22c..9f4dff27dd 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<BitCastInst>(CI))
return new BitCastInst(NGEP, CI.getType());
assert(isa<PtrToIntInst>(CI));