diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-04-28 03:50:56 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-04-28 03:50:56 +0000 |
| commit | c753800800ad37d9e589794bc7e0b4001b0aa04d (patch) | |
| tree | ddb7df9ff82d613a3860c0ffea0f36fc737460ac /llvm/lib/Transforms/Scalar/InstructionCombining.cpp | |
| parent | c48e2c31009ee788e407f31489728c266024be56 (diff) | |
| download | bcm5719-llvm-c753800800ad37d9e589794bc7e0b4001b0aa04d.tar.gz bcm5719-llvm-c753800800ad37d9e589794bc7e0b4001b0aa04d.zip | |
uhn zap cvs
llvm-svn: 36523
Diffstat (limited to 'llvm/lib/Transforms/Scalar/InstructionCombining.cpp')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/InstructionCombining.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp index f43655c22c2..9f4dff27ddb 100644 --- a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp +++ b/llvm/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)); |

