[llvm-commits] CVS: llvm/lib/Transforms/Scalar/InstructionCombining.cpp
Chris Lattner
sabre at nondot.org
Fri Apr 27 20:51:15 PDT 2007
Changes in directory llvm/lib/Transforms/Scalar:
InstructionCombining.cpp updated: 1.751 -> 1.752
---
Log message:
uhn zap cvs
---
Diffs of the changes: (+0 -6)
InstructionCombining.cpp | 6 ------
1 files changed, 6 deletions(-)
Index: llvm/lib/Transforms/Scalar/InstructionCombining.cpp
diff -u llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.751 llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.752
--- llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.751 Fri Apr 27 19:57:34 2007
+++ llvm/lib/Transforms/Scalar/InstructionCombining.cpp Fri Apr 27 22:50:56 2007
@@ -6431,12 +6431,6 @@
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));
More information about the llvm-commits
mailing list