diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-05-18 00:09:53 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-05-18 00:09:53 +0000 |
commit | 0cfd73a9c190f335c9ae422ea145e7aae6fe2794 (patch) | |
tree | 6a58631cd0039ce2d8dd5f353346e9dcc3af5b36 /lib | |
parent | 764811f1452808ff8a6d84f4ec2637355356e22e (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.td | 4 |
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; |