1
0
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:
Chris Lattner 2003-06-29 20:27:16 +00:00
parent ba9973bcf3
commit ed9302c854

View File

@ -52,6 +52,7 @@ namespace {
}
AU.setPreservesAll();
}
void print(std::ostream &O, const Module *M) const {}
private:
void verify(const DSGraph &G);