diff options
-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; |