Rename fields
authorChris Lattner <sabre@nondot.org>
Fri, 1 Aug 2003 22:21:49 +0000 (22:21 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 1 Aug 2003 22:21:49 +0000 (22:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7498 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Target.td

index 2dec163c9a9bde887a8f16d05e324a8e1ffe59a8..5ab6ed12ee73dd4dff10a609ca23d7f4d3a31030 100644 (file)
@@ -70,11 +70,9 @@ class RegisterClass<ValueType regType, int alignment, list<Register> regList> {
   //
   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