From: Chris Lattner Date: Sat, 17 Aug 2002 23:32:42 +0000 (+0000) Subject: Add Module::dump() method X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=58dda9a8f2ad7056cddc389a1d730b732b7ab6f1;p=oota-llvm.git Add Module::dump() method git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3374 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Module.h b/include/llvm/Module.h index afb20d3df17..a9e3aba1d5a 100644 --- a/include/llvm/Module.h +++ b/include/llvm/Module.h @@ -157,6 +157,7 @@ public: inline Function &back() { return FunctionList.back(); } void print(std::ostream &OS) const; + void dump() const; // dropAllReferences() - This function causes all the subinstructions to "let // go" of all references that they are maintaining. This allows one to