diff options
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/TwoAddressInstructionPass.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp b/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp index b8d38dc229e..defd6ce6fbe 100644 --- a/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp +++ b/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp @@ -70,6 +70,7 @@ void TwoAddressInstructionPass::getAnalysisUsage(AnalysisUsage &AU) const {    AU.addRequired<LiveVariables>();    AU.addPreserved<LiveVariables>();    AU.addPreservedID(PHIEliminationID); +  AU.addPreservedID(BreakCriticalMachineEdgesID);    MachineFunctionPass::getAnalysisUsage(AU);  } | 

