aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-06-28 20:44:22 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-06-28 20:44:22 +0000
commit6844f7bcdec8c2691c8d1067d90e4a02cf658c27 (patch)
tree10d0b849b170f5cba4897620fd5204bc17a8167f /lib/Target/SystemZ
parent94b01f688256fca49decb239a8c84b003f18cdbc (diff)
downloadexternal_llvm-6844f7bcdec8c2691c8d1067d90e4a02cf658c27.zip
external_llvm-6844f7bcdec8c2691c8d1067d90e4a02cf658c27.tar.gz
external_llvm-6844f7bcdec8c2691c8d1067d90e4a02cf658c27.tar.bz2
Hide more details in tablegen generated MCRegisterInfo ctor function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134027 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ')
-rw-r--r--lib/Target/SystemZ/SystemZRegisterInfo.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/SystemZ/SystemZRegisterInfo.cpp b/lib/Target/SystemZ/SystemZRegisterInfo.cpp
index b3c76dd..319cc46 100644
--- a/lib/Target/SystemZ/SystemZRegisterInfo.cpp
+++ b/lib/Target/SystemZ/SystemZRegisterInfo.cpp
@@ -34,8 +34,7 @@ using namespace llvm;
SystemZRegisterInfo::SystemZRegisterInfo(SystemZTargetMachine &tm,
const SystemZInstrInfo &tii)
- : SystemZGenRegisterInfo(SystemZRegDesc, SystemZRegInfoDesc,
- SystemZ::ADJCALLSTACKUP, SystemZ::ADJCALLSTACKDOWN),
+ : SystemZGenRegisterInfo(SystemZ::ADJCALLSTACKUP, SystemZ::ADJCALLSTACKDOWN),
TM(tm), TII(tii) {
}