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:
Chris Lattner 2005-03-02 03:43:55 +00:00
parent 00b95c311e
commit e4666594d0

View File

@ -122,10 +122,10 @@ protected:
std::vector<PATypeHandle> ContainedTys;
public:
virtual void print(std::ostream &O) const;
void print(std::ostream &O) const;
/// @brief Debugging support: print to stderr
virtual void dump() const;
void dump() const;
//===--------------------------------------------------------------------===//
// Property accessors for dealing with types... Some of these virtual methods