aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/iOther.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/iOther.h')
-rw-r--r--include/llvm/iOther.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/iOther.h b/include/llvm/iOther.h
index a961eca..3e3bfc4 100644
--- a/include/llvm/iOther.h
+++ b/include/llvm/iOther.h
@@ -66,6 +66,8 @@ public:
inline const Function *getParent() const { return Parent; }
inline Function *getParent() { return Parent; }
+ virtual void print(std::ostream &OS) const;
+
// Methods for support type inquiry through isa, cast, and dyn_cast:
static inline bool classof(const FunctionArgument *) { return true; }
static inline bool classof(const Value *V) {