projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73d0d0d
)
uhn zap cvs
author
Chris Lattner
<sabre@nondot.org>
Sat, 28 Apr 2007 03:50:56 +0000
(
03:50
+0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/InstructionCombining.cpp
b/lib/Transforms/Scalar/InstructionCombining.cpp
index f43655c22c2307e0039a593cbeab6493e757b27a..9f4dff27ddb0af717cd073ddae6fbaf6d92372fb 100644
(file)
--- 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));