From: Owen Anderson Date: Thu, 29 May 2008 18:35:21 +0000 (+0000) Subject: Revert part of my last patch that I didn't intend to commit yet. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=fcc6350ac9b99d6590f5256d26bfa489b4531fb3;p=oota-llvm.git Revert part of my last patch that I didn't intend to commit yet. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51694 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/LiveIntervalAnalysis.cpp b/lib/CodeGen/LiveIntervalAnalysis.cpp index 228c0a92a0e..2163bae81c5 100644 --- a/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/lib/CodeGen/LiveIntervalAnalysis.cpp @@ -58,6 +58,8 @@ void LiveIntervals::getAnalysisUsage(AnalysisUsage &AU) const { AU.addRequired(); AU.addPreservedID(MachineLoopInfoID); AU.addPreservedID(MachineDominatorsID); + AU.addPreservedID(PHIEliminationID); + AU.addRequiredID(PHIEliminationID); AU.addRequiredID(TwoAddressInstructionPassID); MachineFunctionPass::getAnalysisUsage(AU); }