We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274dcdc commit 589d09dCopy full SHA for 589d09d
llvm/lib/Transforms/IPO/AlwaysInliner.cpp
@@ -136,7 +136,7 @@ struct AlwaysInlinerLegacyPass : public ModulePass {
136
auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & {
137
return getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
138
};
139
- auto GetCachedBFI = [&](Function &) -> BlockFrequencyInfo * {
+ auto GetCachedBFI = [](Function &) -> BlockFrequencyInfo * {
140
return nullptr;
141
142
0 commit comments