1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Removed one last bad continue statement meant to be removed in r153914.

llvm-svn: 153975
This commit is contained in:
Pete Cooper 2012-04-03 22:18:49 +00:00
parent f68ed1883e
commit 983fc686b4

View File

@ -286,7 +286,6 @@ void LiveRangeEdit::eliminateDeadDefs(SmallVectorImpl<MachineInstr*> &Dead,
}
if (BeingSpilled) continue;
if (!VRM) continue;
// LI may have been separated, create new intervals.
LI->RenumberValues(LIS);