diff --git a/llvm/lib/Target/Target.td b/llvm/lib/Target/Target.td index 92179a5fafa5e8fc666d21ac41d7fb226c171bb0..78cf8dcaa0919b4bc533d872475fccbbc119f18f 100644 --- a/llvm/lib/Target/Target.td +++ b/llvm/lib/Target/Target.td @@ -70,8 +70,9 @@ class RegisterClass regTypes, int alignment, list 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 RegTypes = regTypes;