diff options
Diffstat (limited to 'include/llvm/Function.h')
-rw-r--r-- | include/llvm/Function.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Function.h b/include/llvm/Function.h index 4621694041..322cb8af7b 100644 --- a/include/llvm/Function.h +++ b/include/llvm/Function.h @@ -83,6 +83,7 @@ public: inline const BasicBlock *back() const { return BasicBlocks.back(); } inline BasicBlock *back() { return BasicBlocks.back(); } + virtual void print(std::ostream &OS) const; // Methods for support type inquiry through isa, cast, and dyn_cast: static inline bool classof(const Function *) { return true; } |