mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
[SystemZ] Add change missing from previous commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191656 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
514756983e
commit
3d307b31b6
@ -94,7 +94,7 @@ defm GR128 : SystemZRegClass<"GR128", untyped, 128, (add R0Q, R2Q, R4Q,
|
||||
|
||||
// Base and index registers. Everything except R0, which in an address
|
||||
// context evaluates as 0.
|
||||
defm ADDR32 : SystemZRegClass<"ADDR32", i32, 32, (sub GR32Bit, R0W)>;
|
||||
defm ADDR32 : SystemZRegClass<"ADDR32", i32, 32, (sub GR32Bit, R0L)>;
|
||||
defm ADDR64 : SystemZRegClass<"ADDR64", i64, 64, (sub GR64Bit, R0D)>;
|
||||
|
||||
// Not used directly, but needs to exist for ADDR32 and ADDR64 subregs
|
||||
|
Loading…
x
Reference in New Issue
Block a user