mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
80 Col.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126258 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2d76ad6df9
commit
75b5409d3a
@ -102,8 +102,7 @@ Spiller *createInlineSpiller(MachineFunctionPass &pass,
|
||||
}
|
||||
}
|
||||
|
||||
/// reMaterializeFor - Attempt to rematerialize edit_->getReg() before MI instead of
|
||||
/// reloading it.
|
||||
/// reMaterializeFor - Attempt to rematerialize before MI instead of reloading.
|
||||
bool InlineSpiller::reMaterializeFor(MachineBasicBlock::iterator MI) {
|
||||
SlotIndex UseIdx = lis_.getInstructionIndex(MI).getUseIndex();
|
||||
VNInfo *OrigVNI = edit_->getParent().getVNInfoAt(UseIdx);
|
||||
|
Loading…
Reference in New Issue
Block a user