[llvm-commits] CVS: llvm/lib/Target/Target.td

Evan Cheng evan.cheng at apple.com
Wed May 17 17:10:05 PDT 2006



Changes in directory llvm/lib/Target:

Target.td updated: 1.82 -> 1.83
---
Log message:

Remove CalleeSavedRegisters from class Target.

---
Diffs of the changes:  (+0 -4)

 Target.td |    4 ----
 1 files changed, 4 deletions(-)


Index: llvm/lib/Target/Target.td
diff -u llvm/lib/Target/Target.td:1.82 llvm/lib/Target/Target.td:1.83
--- llvm/lib/Target/Target.td:1.82	Wed May 17 16:18:07 2006
+++ llvm/lib/Target/Target.td	Wed May 17 19:09:53 2006
@@ -267,10 +267,6 @@
 // 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;
 






More information about the llvm-commits mailing list