StrongPHIElimination will never run before TwoAddressInstructionPass.
authorCameron Zwarich <zwarich@apple.com>
Sun, 19 Dec 2010 21:32:29 +0000 (21:32 +0000)
committerCameron Zwarich <zwarich@apple.com>
Sun, 19 Dec 2010 21:32:29 +0000 (21:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122197 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/TwoAddressInstructionPass.cpp

index c526e960123976e285348c6dc79161e2ef1fd616..0d99585acdaf11302bf8660eedcc98e87797c358 100644 (file)
@@ -148,7 +148,6 @@ namespace {
       AU.addPreserved<LiveVariables>();
       AU.addPreservedID(MachineLoopInfoID);
       AU.addPreservedID(MachineDominatorsID);
-      AU.addPreservedID(StrongPHIEliminationID);
       AU.addPreservedID(PHIEliminationID);
       MachineFunctionPass::getAnalysisUsage(AU);
     }