diff options
author | Owen Anderson <resistor@mac.com> | 2008-08-06 20:58:38 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2008-08-06 20:58:38 +0000 |
commit | d184929176bb7def7fa61301a30cab42a95687da (patch) | |
tree | 145169e579792aac4e066f07b23bf3ef3e074ae4 /llvm/lib | |
parent | e4c30f5d952d14f98839801d1b935f795853bbfc (diff) | |
download | bcm5719-llvm-d184929176bb7def7fa61301a30cab42a95687da.tar.gz bcm5719-llvm-d184929176bb7def7fa61301a30cab42a95687da.zip |
Oops, didn't mean to commit this.
llvm-svn: 54425
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/LiveIntervalAnalysis.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp index 66bcf611679..4be06a394ce 100644 --- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp @@ -64,6 +64,8 @@ void LiveIntervals::getAnalysisUsage(AnalysisUsage &AU) const { AU.addRequired<LiveVariables>(); AU.addPreservedID(MachineLoopInfoID); AU.addPreservedID(MachineDominatorsID); + AU.addPreservedID(PHIEliminationID); + AU.addRequiredID(PHIEliminationID); AU.addRequiredID(TwoAddressInstructionPassID); MachineFunctionPass::getAnalysisUsage(AU); } |