projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffa1ff1
)
Don't explicitly renumber slot indices.
author
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Mon, 6 Feb 2012 22:37:56 +0000
(22:37 +0000)
committer
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Mon, 6 Feb 2012 22:37:56 +0000
(22:37 +0000)
We have automatic local renumbering now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149920
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/StrongPHIElimination.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/StrongPHIElimination.cpp
b/lib/CodeGen/StrongPHIElimination.cpp
index 9f5ec2da1e6a698aa3ecdde133a1e86d788c0b91..202c4cbd4a2156049ab4d8c114f687bf519e6f32 100644
(file)
--- 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();