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 fdd6d0f3a9
commit cb7489c102
1 changed files with 1 additions and 1 deletions

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