aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/PassManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/PassManager.h')
-rw-r--r--include/llvm/PassManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/PassManager.h b/include/llvm/PassManager.h
index 23c3086210..075a572fb3 100644
--- a/include/llvm/PassManager.h
+++ b/include/llvm/PassManager.h
@@ -119,8 +119,8 @@ public:
void removeDeadPasses() { /* TODO : Implement */ }
private:
- // Required set of analysis for the passes managed by this manager
- std::vector<AnalysisID> RequiredSet;
+ // Analysis required by the passes managed by this manager
+ std::vector<AnalysisID> RequiredAnalysis;
};
/// PassManager_New manages ModulePassManagers