diff options
author | Cameron Zwarich <zwarich@apple.com> | 2010-12-19 21:32:29 +0000 |
---|---|---|
committer | Cameron Zwarich <zwarich@apple.com> | 2010-12-19 21:32:29 +0000 |
commit | c44270dd6f53e6db36a2614a57a23c9c6fe3137b (patch) | |
tree | 26351264729e3fb52e0276c568a2a8f6ca03ff88 /lib/CodeGen/TwoAddressInstructionPass.cpp | |
parent | 481eebc9315a3231355d33121f8d0afcdddac5e0 (diff) |
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.cpp | 1 |
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); } |