From: Jakob Stoklund Olesen Date: Mon, 6 Feb 2012 22:37:56 +0000 (+0000) Subject: Don't explicitly renumber slot indices. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=fb5d511c0d91b22e49b32452e8e6dea202318d80;p=oota-llvm.git 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 --- diff --git a/lib/CodeGen/StrongPHIElimination.cpp b/lib/CodeGen/StrongPHIElimination.cpp index 9f5ec2da1e6..202c4cbd4a2 100644 --- a/lib/CodeGen/StrongPHIElimination.cpp +++ b/lib/CodeGen/StrongPHIElimination.cpp @@ -394,8 +394,6 @@ bool StrongPHIElimination::runOnMachineFunction(MachineFunction &MF) { LastUse->setIsKill(true); } - LI->renumber(); - Allocator.Reset(); RegNodeMap.clear(); PHISrcDefs.clear();