Transition to using let instead of set
authorChris Lattner <sabre@nondot.org>
Mon, 4 Aug 2003 04:58:12 +0000 (04:58 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Aug 2003 04:58:12 +0000 (04:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7563 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Target.td

index 546eeec3c4c490966f959c2b0bf0a2e342845121..55acdf5f59ac1fb369e56d925dbc137644ab1027 100644 (file)
@@ -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