mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-02 07:17:36 +00:00
Move more functionality from Pass.cpp to PassRegistry.cpp. This global will go away eventually, but for now we still need it around.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108932 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -46,6 +46,8 @@ class PassRegistry {
|
||||
std::map<const PassInfo*, AnalysisGroupInfo> AnalysisGroupInfoMap;
|
||||
|
||||
public:
|
||||
static PassRegistry *getPassRegistry();
|
||||
|
||||
const PassInfo *getPassInfo(intptr_t TI) const;
|
||||
const PassInfo *getPassInfo(StringRef Arg) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user