mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-05 19:10:19 +00:00
Transition to using let instead of set
llvm-svn: 7563
This commit is contained in:
parent
9a2d2efde6
commit
7ca890525d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user