forked from OSchip/llvm-project
[Attributor] Fix: do not pretend to preserve the CFG
llvm-svn: 370485
This commit is contained in:
parent
66f03ba17d
commit
659a8707d6
|
@ -3274,7 +3274,6 @@ struct AttributorLegacyPass : public ModulePass {
|
||||||
|
|
||||||
void getAnalysisUsage(AnalysisUsage &AU) const override {
|
void getAnalysisUsage(AnalysisUsage &AU) const override {
|
||||||
// FIXME: Think about passes we will preserve and add them here.
|
// FIXME: Think about passes we will preserve and add them here.
|
||||||
AU.setPreservesCFG();
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue