From 0cfd73a9c190f335c9ae422ea145e7aae6fe2794 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Thu, 18 May 2006 00:09:53 +0000 Subject: [PATCH] Remove CalleeSavedRegisters from class Target. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28377 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Target.td | 4 ---- 1 file changed, 4 deletions(-) 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; -- 2.34.1