diff --git a/include/llvm/Type.h b/include/llvm/Type.h index 8a0ef8ffb54..82b9905f358 100644 --- a/include/llvm/Type.h +++ b/include/llvm/Type.h @@ -122,10 +122,10 @@ protected: std::vector ContainedTys; public: - virtual void print(std::ostream &O) const; + void print(std::ostream &O) const; /// @brief Debugging support: print to stderr - virtual void dump() const; + void dump() const; //===--------------------------------------------------------------------===// // Property accessors for dealing with types... Some of these virtual methods