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 | b5cec4f11a4c06a9ff865b30212f94edc253a794 (patch) | |
tree | a6f2a78005b044a36bdabade31119fc290feca0d /llvm/lib/CodeGen | |
parent | 6dddab2ffebf519f1a97e68c1ba1e57469001831 (diff) | |
download | bcm5719-llvm-b5cec4f11a4c06a9ff865b30212f94edc253a794.tar.gz bcm5719-llvm-b5cec4f11a4c06a9ff865b30212f94edc253a794.zip |
StrongPHIElimination will never run before TwoAddressInstructionPass.
llvm-svn: 122197
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/TwoAddressInstructionPass.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp b/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp index c526e960123..0d99585acda 100644 --- a/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp +++ b/llvm/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); } |