Reviewers: chandlerc
Subscribers: silvas, llvm-commits, mehdi_amini
Differential Revision: https://reviews.llvm.org/D27373
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288597
91177308-0d34-0410-b5e6-
96231b3b80d8
if (DebugLogging)
dbgs() << "Clearing all analysis results for: " << IR.getName() << "\n";
- // Clear all the invalidated results associated specifically with this
- // function.
- SmallVector<AnalysisKey *, 8> InvalidatedIDs;
auto ResultsListI = AnalysisResultLists.find(&IR);
if (ResultsListI == AnalysisResultLists.end())
return;