forked from OSchip/llvm-project
note to self: Do not check in debugging code!
llvm-svn: 18693
This commit is contained in:
parent
f17a2fb849
commit
36d39cecb4
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue