aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ/SystemZRegisterInfo.td
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-05-22 13:38:45 +0000
committerRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-05-22 13:38:45 +0000
commitdbd8eb26ce1e7de9b69f5c46f45ba011a706c9b9 (patch)
tree5b35eaee1a1f40aa0654e6ca60a910893ab15cfc /lib/Target/SystemZ/SystemZRegisterInfo.td
parentd34c40514e716acbce22befd14f4d659a91fcaf2 (diff)
downloadexternal_llvm-dbd8eb26ce1e7de9b69f5c46f45ba011a706c9b9.zip
external_llvm-dbd8eb26ce1e7de9b69f5c46f45ba011a706c9b9.tar.gz
external_llvm-dbd8eb26ce1e7de9b69f5c46f45ba011a706c9b9.tar.bz2
[SystemZ] Rename PSW to CC
Addresses a review comment from Ulrich Weigand. No functional change intended. I'm not sure whether the old TODO that this patch touches still holds, but that's something we'd get to when adding a targetted scheduling description. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182474 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ/SystemZRegisterInfo.td')
-rw-r--r--lib/Target/SystemZ/SystemZRegisterInfo.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/SystemZ/SystemZRegisterInfo.td b/lib/Target/SystemZ/SystemZRegisterInfo.td
index bd1b563..7e4f0b9 100644
--- a/lib/Target/SystemZ/SystemZRegisterInfo.td
+++ b/lib/Target/SystemZ/SystemZRegisterInfo.td
@@ -146,5 +146,5 @@ defm FP128 : SystemZRegClass<"FP128", f128, 128, (add F0Q, F1Q, F4Q, F5Q,
// Other registers
//===----------------------------------------------------------------------===//
-// Status register
-def PSW : SystemZReg<"psw">;
+// The 2-bit condition code field of the PSW.
+def CC : SystemZReg<"cc">;