note to self: Do not check in debugging code!

llvm-svn: 18693
This commit is contained in:
Chris Lattner 2004-12-09 07:15:52 +00:00
parent f17a2fb849
commit 36d39cecb4
1 changed files with 0 additions and 1 deletions

View File

@ -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();