1
0
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:
Evan Cheng 2008-03-12 00:14:07 +00:00
parent 9e4d8236fc
commit 1812351f99

View File

@ -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.