mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Add print method to not get silly warning from analyze
llvm-svn: 6981
This commit is contained in:
parent
ba9973bcf3
commit
ed9302c854
@ -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
Block a user