From: Chris Lattner Date: Sun, 29 Jun 2003 20:27:16 +0000 (+0000) Subject: Add print method to not get silly warning from analyze X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=889fb9de961c1cc98f33bb4238ac7e1aa065cea6;p=oota-llvm.git Add print method to not get silly warning from analyze git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6981 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/DataStructure/GraphChecker.cpp b/lib/Analysis/DataStructure/GraphChecker.cpp index 7bfbf7d44cd..67627480b6f 100644 --- a/lib/Analysis/DataStructure/GraphChecker.cpp +++ b/lib/Analysis/DataStructure/GraphChecker.cpp @@ -52,6 +52,7 @@ namespace { } AU.setPreservesAll(); } + void print(std::ostream &O, const Module *M) const {} private: void verify(const DSGraph &G);