mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
Convert dump() method to call Type::dump() instead of Value::dump().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13744 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
03d186abe0
commit
3afbb1ab10
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user