mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Give Type its own dump() method in preparation for Type != Value.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13746 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bdfb668fee
commit
ec55b08fd0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user