[llvm] r191656 - [SystemZ] Add change missing from previous commit
Richard Sandiford
rsandifo at linux.vnet.ibm.com
Mon Sep 30 01:54:17 PDT 2013
Author: rsandifo
Date: Mon Sep 30 03:54:17 2013
New Revision: 191656
URL: http://llvm.org/viewvc/llvm-project?rev=191656&view=rev
Log:
[SystemZ] Add change missing from previous commit
Modified:
llvm/trunk/lib/Target/SystemZ/SystemZRegisterInfo.td
Modified: llvm/trunk/lib/Target/SystemZ/SystemZRegisterInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/SystemZ/SystemZRegisterInfo.td?rev=191656&r1=191655&r2=191656&view=diff
==============================================================================
--- llvm/trunk/lib/Target/SystemZ/SystemZRegisterInfo.td (original)
+++ llvm/trunk/lib/Target/SystemZ/SystemZRegisterInfo.td Mon Sep 30 03:54:17 2013
@@ -94,7 +94,7 @@ defm GR128 : SystemZRegClass<"GR128", un
// 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
More information about the llvm-commits
mailing list