From 764811f1452808ff8a6d84f4ec2637355356e22e Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Thu, 18 May 2006 00:08:46 +0000 Subject: Don't generate getCalleeSaveReg and getCalleeSaveRegClasses anymore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28376 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/CodeGenTarget.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'utils/TableGen/CodeGenTarget.h') diff --git a/utils/TableGen/CodeGenTarget.h b/utils/TableGen/CodeGenTarget.h index f1f13fabd9..dd58d929f8 100644 --- a/utils/TableGen/CodeGenTarget.h +++ b/utils/TableGen/CodeGenTarget.h @@ -42,7 +42,6 @@ std::string getEnumName(MVT::ValueType T); /// class CodeGenTarget { Record *TargetRec; - std::vector CalleeSavedRegisters; mutable std::map Instructions; mutable std::vector Registers; @@ -58,10 +57,6 @@ public: Record *getTargetRecord() const { return TargetRec; } const std::string &getName() const; - const std::vector &getCalleeSavedRegisters() const { - return CalleeSavedRegisters; - } - /// getInstructionSet - Return the InstructionSet object. /// Record *getInstructionSet() const; -- cgit v1.2.3