diff options
Diffstat (limited to 'utils/TableGen/CodeGenTarget.h')
-rw-r--r-- | utils/TableGen/CodeGenTarget.h | 3 |
1 files changed, 0 insertions, 3 deletions
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<Record*> CalleeSavedRegisters; - MVT::ValueType PointerType; mutable std::map<std::string, CodeGenInstruction> Instructions; mutable std::vector<CodeGenRegister> Registers; @@ -63,8 +62,6 @@ public: return CalleeSavedRegisters; } - MVT::ValueType getPointerType() const { return PointerType; } - /// getInstructionSet - Return the InstructionSet object. /// Record *getInstructionSet() const; |