mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-04 18:38:05 +00:00
Make AnalysisImpls private.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110492 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7f6eb639bd
commit
9510214936
@ -156,11 +156,11 @@ public:
|
|||||||
// getAnalysisIfAvailable - Return analysis result or null if it doesn't exist
|
// getAnalysisIfAvailable - Return analysis result or null if it doesn't exist
|
||||||
Pass *getAnalysisIfAvailable(AnalysisID ID, bool Direction) const;
|
Pass *getAnalysisIfAvailable(AnalysisID ID, bool Direction) const;
|
||||||
|
|
||||||
|
private:
|
||||||
// AnalysisImpls - This keeps track of which passes implements the interfaces
|
// AnalysisImpls - This keeps track of which passes implements the interfaces
|
||||||
// that are required by the current pass (to implement getAnalysis()).
|
// that are required by the current pass (to implement getAnalysis()).
|
||||||
std::vector<std::pair<AnalysisID, Pass*> > AnalysisImpls;
|
std::vector<std::pair<AnalysisID, Pass*> > AnalysisImpls;
|
||||||
|
|
||||||
private:
|
|
||||||
// PassManager that is used to resolve analysis info
|
// PassManager that is used to resolve analysis info
|
||||||
PMDataManager &PM;
|
PMDataManager &PM;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user