mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28283 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fd50080fe2
commit
506efdaef6
@ -70,8 +70,9 @@ class RegisterClass<string namespace, list<ValueType> regTypes, int alignment,
|
||||
list<Register> regList> {
|
||||
string Namespace = namespace;
|
||||
|
||||
// RegType - Specify the ValueType of the registers in this register class.
|
||||
// Note that all registers in a register class must have the same ValueType.
|
||||
// RegType - Specify the list ValueType of the registers in this register
|
||||
// class. Note that all registers in a register class must have the same
|
||||
// ValueTypes.
|
||||
//
|
||||
list<ValueType> RegTypes = regTypes;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user