[Attributor] Fix: do not pretend to preserve the CFG

llvm-svn: 370485
This commit is contained in:
Johannes Doerfert 2019-08-30 16:35:10 +00:00
parent 66f03ba17d
commit 659a8707d6
1 changed files with 0 additions and 1 deletions

View File

@ -3274,7 +3274,6 @@ struct AttributorLegacyPass : public ModulePass {
void getAnalysisUsage(AnalysisUsage &AU) const override {
// FIXME: Think about passes we will preserve and add them here.
AU.setPreservesCFG();
}
};