From 60e81db31c9a334e1370b1397b1bc66b5af6e900 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 4 Aug 2003 04:58:12 +0000 Subject: [PATCH] Transition to using let instead of set git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7563 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Target.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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