diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-08-01 22:21:49 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-08-01 22:21:49 +0000 |
| commit | d20486a0d95be6e8025a4477c512926301c710a5 (patch) | |
| tree | 1e66a2fc5672ebf6fc94a666ffe19b6ac171b537 /llvm/lib | |
| parent | 1007f033d4dd6636f62a9417d1d844fb52ddedb6 (diff) | |
| download | bcm5719-llvm-d20486a0d95be6e8025a4477c512926301c710a5.tar.gz bcm5719-llvm-d20486a0d95be6e8025a4477c512926301c710a5.zip | |
Rename fields
llvm-svn: 7498
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/Target.td | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/llvm/lib/Target/Target.td b/llvm/lib/Target/Target.td index 2dec163c9a9..5ab6ed12ee7 100644 --- a/llvm/lib/Target/Target.td +++ b/llvm/lib/Target/Target.td @@ -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 |

