diff options
| -rw-r--r-- | llvm/include/llvm/Type.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/include/llvm/Type.h b/llvm/include/llvm/Type.h index e1fef6c882a..140b56445fb 100644 --- a/llvm/include/llvm/Type.h +++ b/llvm/include/llvm/Type.h @@ -128,6 +128,9 @@ protected: public: virtual void print(std::ostream &O) const; + /// @brief Debugging support: print to stderr + virtual void dump() const; + //===--------------------------------------------------------------------===// // Property accessors for dealing with types... Some of these virtual methods // are defined in private classes defined in Type.cpp for primitive types. |

