mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 18:04:59 +00:00
Make LiveDebugValues preserve CFG
llvm-svn: 272117
This commit is contained in:
parent
1b5f4c4e10
commit
d79ae3b13f
@ -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…
x
Reference in New Issue
Block a user