[SystemZ] Add change missing from previous commit
authorRichard Sandiford <rsandifo@linux.vnet.ibm.com>
Mon, 30 Sep 2013 08:54:17 +0000 (08:54 +0000)
committerRichard Sandiford <rsandifo@linux.vnet.ibm.com>
Mon, 30 Sep 2013 08:54:17 +0000 (08:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191656 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SystemZ/SystemZRegisterInfo.td

index 0821d0206032b5b0049ee07428b85fc3cece9f5a..24f2458ad5338294b985544099520867dd10613f 100644 (file)
@@ -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