forked from OSchip/llvm-project
parent
53b7b3ca5f
commit
b1630a1487
|
@ -247,6 +247,7 @@ LiveDebugValues::LiveDebugValues() : MachineFunctionPass(ID) {
|
|||
/// Tell the pass manager which passes we depend on and what information we
|
||||
/// preserve.
|
||||
void LiveDebugValues::getAnalysisUsage(AnalysisUsage &AU) const {
|
||||
AU.setPreservesCFG();
|
||||
MachineFunctionPass::getAnalysisUsage(AU);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue