mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-13 10:32:06 +00:00
Removed one last bad continue statement meant to be removed in r153914.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153975 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
585d580acb
commit
dda3a099a0
@ -286,7 +286,6 @@ void LiveRangeEdit::eliminateDeadDefs(SmallVectorImpl<MachineInstr*> &Dead,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (BeingSpilled) continue;
|
if (BeingSpilled) continue;
|
||||||
if (!VRM) continue;
|
|
||||||
|
|
||||||
// LI may have been separated, create new intervals.
|
// LI may have been separated, create new intervals.
|
||||||
LI->RenumberValues(LIS);
|
LI->RenumberValues(LIS);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user