mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
Set NextMII after issuing a physical register spill.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48263 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8f9b551147
commit
17d5f5496c
@ -1082,6 +1082,7 @@ void LocalSpiller::RewriteMBB(MachineBasicBlock &MBB, VirtRegMap &VRM) {
|
|||||||
VRM.addSpillSlotUse(SS, LoadMI);
|
VRM.addSpillSlotUse(SS, LoadMI);
|
||||||
++NumPSpills;
|
++NumPSpills;
|
||||||
}
|
}
|
||||||
|
NextMII = next(MII);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Insert restores here if asked to.
|
// Insert restores here if asked to.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user