summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZTargetMachine.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 13:51:53 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 13:51:53 +0000
commit656ac6f0f6f728ddc178f92c25b2278d23ff4e61 (patch)
treea141b154d3a4a11aff065387cf97853dadb6cc69 /lib/Target/SystemZ/SystemZTargetMachine.h
parent4f9017f2148c115bac2420d348c6b0780cf0feb5 (diff)
downloadllvm-656ac6f0f6f728ddc178f92c25b2278d23ff4e61.tar.gz
llvm-656ac6f0f6f728ddc178f92c25b2278d23ff4e61.tar.bz2
llvm-656ac6f0f6f728ddc178f92c25b2278d23ff4e61.tar.xz
Provide proper stack offsets for outgoing arguments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75945 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ/SystemZTargetMachine.h')
-rw-r--r--lib/Target/SystemZ/SystemZTargetMachine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SystemZ/SystemZTargetMachine.h b/lib/Target/SystemZ/SystemZTargetMachine.h
index 194d5fe016..4862a99b4c 100644
--- a/lib/Target/SystemZ/SystemZTargetMachine.h
+++ b/lib/Target/SystemZ/SystemZTargetMachine.h
@@ -48,7 +48,7 @@ public:
virtual const TargetData *getTargetData() const { return &DataLayout;}
virtual const SystemZSubtarget *getSubtargetImpl() const { return &Subtarget; }
- virtual const TargetRegisterInfo *getRegisterInfo() const {
+ virtual const SystemZRegisterInfo *getRegisterInfo() const {
return &InstrInfo.getRegisterInfo();
}