forked from OSchip/llvm-project
Add print method to not get silly warning from analyze
llvm-svn: 6981
This commit is contained in:
parent
3ff1d70ecb
commit
0aca3e714f
|
@ -52,6 +52,7 @@ namespace {
|
|||
}
|
||||
AU.setPreservesAll();
|
||||
}
|
||||
void print(std::ostream &O, const Module *M) const {}
|
||||
|
||||
private:
|
||||
void verify(const DSGraph &G);
|
||||
|
|
Loading…
Reference in New Issue