From: Cameron Zwarich Date: Sun, 19 Dec 2010 21:32:29 +0000 (+0000) Subject: StrongPHIElimination will never run before TwoAddressInstructionPass. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c44270dd6f53e6db36a2614a57a23c9c6fe3137b;p=oota-llvm.git StrongPHIElimination will never run before TwoAddressInstructionPass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122197 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/TwoAddressInstructionPass.cpp b/lib/CodeGen/TwoAddressInstructionPass.cpp index c526e960123..0d99585acda 100644 --- a/lib/CodeGen/TwoAddressInstructionPass.cpp +++ b/lib/CodeGen/TwoAddressInstructionPass.cpp @@ -148,7 +148,6 @@ namespace { AU.addPreserved(); AU.addPreservedID(MachineLoopInfoID); AU.addPreservedID(MachineDominatorsID); - AU.addPreservedID(StrongPHIEliminationID); AU.addPreservedID(PHIEliminationID); MachineFunctionPass::getAnalysisUsage(AU); }