mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-02 07:17:36 +00:00
Move the smarts of AnalysisGroup registration into PassRegistry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109019 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -58,9 +58,8 @@ public:
|
||||
void unregisterPass(const PassInfo &PI);
|
||||
|
||||
/// Analysis Group Mechanisms.
|
||||
void registerAnalysisGroup(PassInfo *InterfaceInfo,
|
||||
const PassInfo *ImplementationInfo,
|
||||
bool isDefault);
|
||||
void registerAnalysisGroup(intptr_t InterfaceID, intptr_t PassID,
|
||||
PassInfo& Registeree, bool isDefault);
|
||||
|
||||
void enumerateWith(PassRegistrationListener *L);
|
||||
void addRegistrationListener(PassRegistrationListener* L);
|
||||
|
||||
Reference in New Issue
Block a user