From: Chris Lattner Date: Sun, 14 May 2006 02:05:19 +0000 (+0000) Subject: Update comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=506efdaef6f08d6ab4540a4adc08b5bdb8eadd36;p=oota-llvm.git Update comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28283 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Target.td b/lib/Target/Target.td index 92179a5fafa..78cf8dcaa09 100644 --- a/lib/Target/Target.td +++ b/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;