aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Target/Target.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Target.td b/lib/Target/Target.td
index 546eeec3c4..55acdf5f59 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<string n> : Register {
- set Name = n;
+ let Name = n;
}
// RegisterAliases - You should define instances of this class to indicate which