mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
note to self: Do not check in debugging code!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18693 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
96a52a6f6c
commit
13eaf4f14d
@ -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
Block a user