From: Evan Cheng Date: Thu, 18 May 2006 00:09:53 +0000 (+0000) Subject: Remove CalleeSavedRegisters from class Target. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0cfd73a9c190f335c9ae422ea145e7aae6fe2794;p=oota-llvm.git Remove CalleeSavedRegisters from class Target. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28377 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Target.td b/lib/Target/Target.td index 36082db0f4b..5e2ed94f6ba 100644 --- a/lib/Target/Target.td +++ b/lib/Target/Target.td @@ -267,10 +267,6 @@ def DefaultAsmWriter : AsmWriter; // Target - This class contains the "global" target information // class Target { - // CalleeSavedRegisters - As you might guess, this is a list of the callee - // saved registers for a target. - list CalleeSavedRegisters = []; - // InstructionSet - Instruction set description for this target. InstrInfo InstructionSet;