diff --git a/include/llvm/DerivedTypes.h b/include/llvm/DerivedTypes.h index ffa9551b8da..58a08960279 100644 --- a/include/llvm/DerivedTypes.h +++ b/include/llvm/DerivedTypes.h @@ -88,7 +88,7 @@ public: /// void refineAbstractTypeTo(const Type *NewType); - void dump() const { Value::dump(); } + void dump() const { Type::dump(); } // Methods for support type inquiry through isa, cast, and dyn_cast: static inline bool classof(const DerivedType *T) { return true; }