mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Now that type does not derive from Value, these do not need to be virtual.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20393 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
00b95c311e
commit
e4666594d0
@ -122,10 +122,10 @@ protected:
|
|||||||
std::vector<PATypeHandle> ContainedTys;
|
std::vector<PATypeHandle> ContainedTys;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
virtual void print(std::ostream &O) const;
|
void print(std::ostream &O) const;
|
||||||
|
|
||||||
/// @brief Debugging support: print to stderr
|
/// @brief Debugging support: print to stderr
|
||||||
virtual void dump() const;
|
void dump() const;
|
||||||
|
|
||||||
//===--------------------------------------------------------------------===//
|
//===--------------------------------------------------------------------===//
|
||||||
// Property accessors for dealing with types... Some of these virtual methods
|
// Property accessors for dealing with types... Some of these virtual methods
|
||||||
|
Loading…
Reference in New Issue
Block a user