Transition to using let instead of set

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7563 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-08-04 04:58:12 +00:00
parent 42aa89eeb1
commit 60e81db31c

View 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