forked from OSchip/llvm-project
Make sure to cannonicalize loops before running indvar simplify
llvm-svn: 8502
This commit is contained in:
parent
cfa3eeee63
commit
099ec07a95
|
@ -193,6 +193,7 @@ namespace {
|
|||
|
||||
virtual void getAnalysisUsage(AnalysisUsage &AU) const {
|
||||
AU.addRequired<LoopInfo>();
|
||||
AU.addRequiredID(LoopPreheadersID);
|
||||
AU.setPreservesCFG();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue