diff options
| author | Owen Anderson <resistor@mac.com> | 2008-05-29 18:35:21 +0000 |
|---|---|---|
| committer | Owen Anderson <resistor@mac.com> | 2008-05-29 18:35:21 +0000 |
| commit | d95dcd12c9413e6e4aea5cc63acbb0edeb5ac2da (patch) | |
| tree | 32827396daf180c4f52ccbbabcab5d1e16069eab /llvm/lib/CodeGen | |
| parent | b490feabf8ad4d8a0d7453eb8766dae27dbd9f5c (diff) | |
| download | bcm5719-llvm-d95dcd12c9413e6e4aea5cc63acbb0edeb5ac2da.tar.gz bcm5719-llvm-d95dcd12c9413e6e4aea5cc63acbb0edeb5ac2da.zip | |
Revert part of my last patch that I didn't intend to commit yet.
llvm-svn: 51694
Diffstat (limited to 'llvm/lib/CodeGen')
| -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 228c0a92a0e..2163bae81c5 100644 --- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp @@ -58,6 +58,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); } |

