mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
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:
parent
ffa1ff16d7
commit
fb5d511c0d
@ -394,8 +394,6 @@ bool StrongPHIElimination::runOnMachineFunction(MachineFunction &MF) {
|
||||
LastUse->setIsKill(true);
|
||||
}
|
||||
|
||||
LI->renumber();
|
||||
|
||||
Allocator.Reset();
|
||||
RegNodeMap.clear();
|
||||
PHISrcDefs.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user