forked from OSchip/llvm-project
[PM] Get rid of an unused variable in AnalysisManager::clear(IRUnitT&).
Reviewers: chandlerc Subscribers: silvas, llvm-commits, mehdi_amini Differential Revision: https://reviews.llvm.org/D27373 llvm-svn: 288597
This commit is contained in:
parent
cea78db7f0
commit
963ad2df3b
|
@ -469,9 +469,6 @@ public:
|
|||
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;
|
||||
|
|
Loading…
Reference in New Issue