forked from OSchip/llvm-project
parent
a37cf46c87
commit
1453fd6de6
|
@ -137,6 +137,10 @@ public:
|
|||
protected:
|
||||
void registerPass();
|
||||
void unregisterPass();
|
||||
|
||||
private:
|
||||
void operator=(const PassInfo &); // do not implement
|
||||
PassInfo(const PassInfo &); // do not implement
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue