summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-07 00:34:52 +0000
committerDan Gohman <gohman@apple.com>2010-08-07 00:34:52 +0000
commit71b30e0db63ccae5da794edd787e89841bd28bc7 (patch)
treeb93fa811125378f4354de0109fc388d820a62215 /llvm
parenta3bd31a9234c56ae7fb809e44473145fe8dbacea (diff)
downloadbcm5719-llvm-71b30e0db63ccae5da794edd787e89841bd28bc7.tar.gz
bcm5719-llvm-71b30e0db63ccae5da794edd787e89841bd28bc7.zip
Make AnalysisImpls private.
llvm-svn: 110492
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/PassAnalysisSupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/PassAnalysisSupport.h b/llvm/include/llvm/PassAnalysisSupport.h
index a99a1ae8711..0136966ea08 100644
--- a/llvm/include/llvm/PassAnalysisSupport.h
+++ b/llvm/include/llvm/PassAnalysisSupport.h
@@ -156,11 +156,11 @@ public:
// getAnalysisIfAvailable - Return analysis result or null if it doesn't exist
Pass *getAnalysisIfAvailable(AnalysisID ID, bool Direction) const;
+private:
// AnalysisImpls - This keeps track of which passes implements the interfaces
// that are required by the current pass (to implement getAnalysis()).
std::vector<std::pair<AnalysisID, Pass*> > AnalysisImpls;
-private:
// PassManager that is used to resolve analysis info
PMDataManager &PM;
};
OpenPOWER on IntegriCloud