diff options
Diffstat (limited to 'polly/lib/Transform/ForwardOpTree.cpp')
| -rw-r--r-- | polly/lib/Transform/ForwardOpTree.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Transform/ForwardOpTree.cpp b/polly/lib/Transform/ForwardOpTree.cpp index d31940dca85..dbdf8fc35a8 100644 --- a/polly/lib/Transform/ForwardOpTree.cpp +++ b/polly/lib/Transform/ForwardOpTree.cpp @@ -962,7 +962,7 @@ public: LoopInfo &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo(); { - IslMaxOperationsGuard MaxOpGuard(S.getIslCtx(), MaxOps, false); + IslMaxOperationsGuard MaxOpGuard(S.getIslCtx().get(), MaxOps, false); Impl = llvm::make_unique<ForwardOpTreeImpl>(&S, &LI, MaxOpGuard); if (AnalyzeKnown) { |

