mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 22:24:07 +00:00
Disentangle moving a machine instr from updating LiveIntervals.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150552 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -229,7 +229,8 @@ void ScheduleTopDownLive::Schedule() {
|
||||
if (&*InsertPos == MI)
|
||||
++InsertPos;
|
||||
else {
|
||||
Pass->LIS->moveInstr(InsertPos, MI);
|
||||
BB->splice(InsertPos, BB, MI);
|
||||
Pass->LIS->handleMove(MI);
|
||||
if (Begin == InsertPos)
|
||||
Begin = MI;
|
||||
}
|
||||
|
Reference in New Issue
Block a user