[llvm-commits] CVS: llvm/lib/Target/Target.td
Chris Lattner
lattner at cs.uiuc.edu
Fri Aug 1 17:22:22 PDT 2003
Changes in directory llvm/lib/Target:
Target.td updated: 1.7 -> 1.8
---
Log message:
Rename fields
---
Diffs of the changes:
Index: llvm/lib/Target/Target.td
diff -u llvm/lib/Target/Target.td:1.7 llvm/lib/Target/Target.td:1.8
--- llvm/lib/Target/Target.td:1.7 Fri Aug 1 00:18:03 2003
+++ llvm/lib/Target/Target.td Fri Aug 1 17:21:49 2003
@@ -70,11 +70,9 @@
//
list<Register> MemberList = regList;
- // allocation_order_* - These methods define the order that the registers
- // should be allocated. See the MRegister.h file for more information.
- //
- code allocation_order_begin;
- code allocation_order_end;
+ // Methods - This member can be used to insert arbitrary code into a generated
+ // register class. The normal usage of this is to overload virtual methods.
+ code Methods = [{}];
}
// RegisterInfo - This class should only be instantiated once to provide
More information about the llvm-commits
mailing list