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 3ff1d70ecb
commit 0aca3e714f
1 changed files with 1 additions and 0 deletions

View File

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