forked from OSchip/llvm-project
parent
ccd1df0144
commit
97c1e50207
|
@ -156,4 +156,9 @@ public:
|
|||
void dropAllReferences();
|
||||
};
|
||||
|
||||
inline std::ostream &operator<<(std::ostream &O, const Module *M) {
|
||||
M->print(O);
|
||||
return O;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue