From 2618d07765e94ca12c68c9db31e7843cc69d7178 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Wed, 17 May 2006 20:37:59 +0000 Subject: Remove PointerType from target definition. Use abstract type MVT::iPTR to represent pointer type. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28363 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/CodeGenTarget.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'utils/TableGen/CodeGenTarget.h') diff --git a/utils/TableGen/CodeGenTarget.h b/utils/TableGen/CodeGenTarget.h index 5ed266ff81..f1f13fabd9 100644 --- a/utils/TableGen/CodeGenTarget.h +++ b/utils/TableGen/CodeGenTarget.h @@ -43,7 +43,6 @@ std::string getEnumName(MVT::ValueType T); class CodeGenTarget { Record *TargetRec; std::vector CalleeSavedRegisters; - MVT::ValueType PointerType; mutable std::map Instructions; mutable std::vector Registers; @@ -63,8 +62,6 @@ public: return CalleeSavedRegisters; } - MVT::ValueType getPointerType() const { return PointerType; } - /// getInstructionSet - Return the InstructionSet object. /// Record *getInstructionSet() const; -- cgit v1.2.3