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:
Evan Cheng 2008-03-12 00:14:07 +00:00
parent 8f9b551147
commit 17d5f5496c

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.