mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-14 17:34:41 +00:00
Make sure to cannonicalize loops before running indvar simplify
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8502 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
46d5bca1ac
commit
a497748fb1
@ -193,6 +193,7 @@ namespace {
|
||||
|
||||
virtual void getAnalysisUsage(AnalysisUsage &AU) const {
|
||||
AU.addRequired<LoopInfo>();
|
||||
AU.addRequiredID(LoopPreheadersID);
|
||||
AU.setPreservesCFG();
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user