diff --git a/lib/Target/Target.td b/lib/Target/Target.td index 546eeec3c4c..55acdf5f59a 100644 --- a/lib/Target/Target.td +++ b/lib/Target/Target.td @@ -42,7 +42,7 @@ class Register { // "name" of the register, you can use this to specify a custom name instead. // class NamedReg : Register { - set Name = n; + let Name = n; } // RegisterAliases - You should define instances of this class to indicate which