summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
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
commit297e1cb10a0afa231904a5fafc8602988752cbfe (patch)
tree21ece3c2bbdb51c6a221b73f2bead0ce05d93600 /llvm/lib/Target
parentfe72285033f4330cd75d037c1629f05bda28de85 (diff)
downloadbcm5719-llvm-297e1cb10a0afa231904a5fafc8602988752cbfe.tar.gz
bcm5719-llvm-297e1cb10a0afa231904a5fafc8602988752cbfe.zip
Remove CalleeSavedRegisters from class Target.
llvm-svn: 28377
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/Target.td4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/Target.td b/llvm/lib/Target/Target.td
index 36082db0f4b..5e2ed94f6ba 100644
--- a/llvm/lib/Target/Target.td
+++ b/llvm/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;
OpenPOWER on IntegriCloud