summaryrefslogtreecommitdiff
path: root/lib/CodeGen/TwoAddressInstructionPass.cpp
diff options
context:
space:
mode:
authorCameron Zwarich <zwarich@apple.com>2010-12-19 21:32:29 +0000
committerCameron Zwarich <zwarich@apple.com>2010-12-19 21:32:29 +0000
commitc44270dd6f53e6db36a2614a57a23c9c6fe3137b (patch)
tree26351264729e3fb52e0276c568a2a8f6ca03ff88 /lib/CodeGen/TwoAddressInstructionPass.cpp
parent481eebc9315a3231355d33121f8d0afcdddac5e0 (diff)
downloadllvm-c44270dd6f53e6db36a2614a57a23c9c6fe3137b.tar.gz
llvm-c44270dd6f53e6db36a2614a57a23c9c6fe3137b.tar.bz2
llvm-c44270dd6f53e6db36a2614a57a23c9c6fe3137b.tar.xz
StrongPHIElimination will never run before TwoAddressInstructionPass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122197 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/TwoAddressInstructionPass.cpp')
-rw-r--r--lib/CodeGen/TwoAddressInstructionPass.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/TwoAddressInstructionPass.cpp b/lib/CodeGen/TwoAddressInstructionPass.cpp
index c526e96012..0d99585acd 100644
--- a/lib/CodeGen/TwoAddressInstructionPass.cpp
+++ b/lib/CodeGen/TwoAddressInstructionPass.cpp
@@ -148,7 +148,6 @@ namespace {
AU.addPreserved<LiveVariables>();
AU.addPreservedID(MachineLoopInfoID);
AU.addPreservedID(MachineDominatorsID);
- AU.addPreservedID(StrongPHIEliminationID);
AU.addPreservedID(PHIEliminationID);
MachineFunctionPass::getAnalysisUsage(AU);
}