From 58dda9a8f2ad7056cddc389a1d730b732b7ab6f1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 17 Aug 2002 23:32:42 +0000 Subject: Add Module::dump() method git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3374 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Module.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/llvm/Module.h b/include/llvm/Module.h index afb20d3..a9e3aba 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 -- cgit v1.1