aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-05-18 00:09:53 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-05-18 00:09:53 +0000
commit0cfd73a9c190f335c9ae422ea145e7aae6fe2794 (patch)
tree6a58631cd0039ce2d8dd5f353346e9dcc3af5b36 /lib
parent764811f1452808ff8a6d84f4ec2637355356e22e (diff)
Remove CalleeSavedRegisters from class Target.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28377 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/Target.td4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/Target.td b/lib/Target/Target.td
index 36082db0f4..5e2ed94f6b 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<Register> CalleeSavedRegisters = [];
-
// InstructionSet - Instruction set description for this target.
InstrInfo InstructionSet;