mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Set NextMII after issuing a physical register spill.
llvm-svn: 48263
This commit is contained in:
parent
9e4d8236fc
commit
1812351f99
@ -1082,6 +1082,7 @@ void LocalSpiller::RewriteMBB(MachineBasicBlock &MBB, VirtRegMap &VRM) {
|
||||
VRM.addSpillSlotUse(SS, LoadMI);
|
||||
++NumPSpills;
|
||||
}
|
||||
NextMII = next(MII);
|
||||
}
|
||||
|
||||
// Insert restores here if asked to.
|
||||
|
Loading…
x
Reference in New Issue
Block a user