mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
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:
parent
42aa89eeb1
commit
60e81db31c
@ -42,7 +42,7 @@ class Register {
|
|||||||
// "name" of the register, you can use this to specify a custom name instead.
|
// "name" of the register, you can use this to specify a custom name instead.
|
||||||
//
|
//
|
||||||
class NamedReg<string n> : Register {
|
class NamedReg<string n> : Register {
|
||||||
set Name = n;
|
let Name = n;
|
||||||
}
|
}
|
||||||
|
|
||||||
// RegisterAliases - You should define instances of this class to indicate which
|
// RegisterAliases - You should define instances of this class to indicate which
|
||||||
|
Loading…
Reference in New Issue
Block a user