diff options
Diffstat (limited to 'include/llvm/Module.h')
-rw-r--r-- | include/llvm/Module.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Module.h b/include/llvm/Module.h index bc7f564a8f..d94500aed4 100644 --- a/include/llvm/Module.h +++ b/include/llvm/Module.h @@ -120,6 +120,8 @@ public: return V->getValueType() == Value::ModuleVal; } + virtual void print(std::ostream &OS) const; + // dropAllReferences() - This function causes all the subinstructions to "let // go" of all references that they are maintaining. This allows one to // 'delete' a whole class at a time, even though there may be circular |