Transition to using let instead of set

llvm-svn: 7563
This commit is contained in:
Chris Lattner 2003-08-04 04:58:12 +00:00
parent 9a2d2efde6
commit 7ca890525d

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