Don't explicitly renumber slot indices.

We have automatic local renumbering now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149920 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jakob Stoklund Olesen 2012-02-06 22:37:56 +00:00
parent ffa1ff16d7
commit fb5d511c0d

View File

@ -394,8 +394,6 @@ bool StrongPHIElimination::runOnMachineFunction(MachineFunction &MF) {
LastUse->setIsKill(true);
}
LI->renumber();
Allocator.Reset();
RegNodeMap.clear();
PHISrcDefs.clear();