commit | 17d5f5496c96236764fdf3e278cecca334c6d25e | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Wed Mar 12 00:14:07 2008 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Wed Mar 12 00:14:07 2008 +0000 |
tree | af39d7278aa1ada1b56eec2f6de911cc4892b124 | |
parent | 8f9b551147c928c216de5e693ecc433015ab531a [diff] [blame] |
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
diff --git a/lib/CodeGen/VirtRegMap.cpp b/lib/CodeGen/VirtRegMap.cpp index cabc6ba..9e46c00 100644 --- a/lib/CodeGen/VirtRegMap.cpp +++ b/lib/CodeGen/VirtRegMap.cpp
@@ -1082,6 +1082,7 @@ VRM.addSpillSlotUse(SS, LoadMI); ++NumPSpills; } + NextMII = next(MII); } // Insert restores here if asked to.