diff options
Diffstat (limited to 'llvm/unittests/Analysis/LoopPassManagerTest.cpp')
-rw-r--r-- | llvm/unittests/Analysis/LoopPassManagerTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Analysis/LoopPassManagerTest.cpp b/llvm/unittests/Analysis/LoopPassManagerTest.cpp index 73e248dc84c..97c27987909 100644 --- a/llvm/unittests/Analysis/LoopPassManagerTest.cpp +++ b/llvm/unittests/Analysis/LoopPassManagerTest.cpp @@ -83,7 +83,7 @@ protected: run(_, _, testing::Matcher<ExtraArgTs>(_)...)) .WillByDefault(Return(this->getResult())); ON_CALL(static_cast<DerivedT &>(*this), invalidate(_, _, _)) - .WillByDefault(Invoke([](IRUnitT &, const PreservedAnalyses &PA, + .WillByDefault(Invoke([](IRUnitT &IR, const PreservedAnalyses &PA, typename AnalysisManagerT::Invalidator &Inv) { auto PAC = PA.template getChecker<Analysis>(); return !PAC.preserved() && |