diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-12-09 07:15:52 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-12-09 07:15:52 +0000 |
| commit | 36d39cecb4ac7534163e9628a2f8da347cc2bbbf (patch) | |
| tree | 10db0788b40d688511524e9c70468708c90b5e3a /llvm | |
| parent | f17a2fb8498f6c3f5806af04fe25d5b773241a60 (diff) | |
| download | bcm5719-llvm-36d39cecb4ac7534163e9628a2f8da347cc2bbbf.tar.gz bcm5719-llvm-36d39cecb4ac7534163e9628a2f8da347cc2bbbf.zip | |
note to self: Do not check in debugging code!
llvm-svn: 18693
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/InstructionCombining.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp index 40b2d485437..4be4f30ff67 100644 --- a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp +++ b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp @@ -4215,7 +4215,6 @@ static bool TryToSinkInstruction(Instruction *I, BasicBlock *DestBlock) { Scan != E; ++Scan) if (Scan->mayWriteToMemory()) return false; - std::cerr << "SUNK LOAD: " << *LI; } BasicBlock::iterator InsertPos = DestBlock->begin(); |

