diff options
Diffstat (limited to 'include/llvm/Module.h')
-rw-r--r-- | include/llvm/Module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Module.h b/include/llvm/Module.h index afb20d3df1..a9e3aba1d5 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 |