summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZRegisterInfo.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 13:50:21 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 13:50:21 +0000
commitba249e41f3ffa9e947b9173e3965385ec6324ffb (patch)
tree865a42d49a94b5bccb18d306dd60eaf09e9bb924 /lib/Target/SystemZ/SystemZRegisterInfo.h
parent3c98c616c51a65c9af2ffcd7498be795049fcfad (diff)
downloadllvm-ba249e41f3ffa9e947b9173e3965385ec6324ffb.tar.gz
llvm-ba249e41f3ffa9e947b9173e3965385ec6324ffb.tar.bz2
llvm-ba249e41f3ffa9e947b9173e3965385ec6324ffb.tar.xz
Some preliminary call lowering
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75941 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ/SystemZRegisterInfo.h')
-rw-r--r--lib/Target/SystemZ/SystemZRegisterInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/SystemZ/SystemZRegisterInfo.h b/lib/Target/SystemZ/SystemZRegisterInfo.h
index 4de46bf6ce..74db3d5a88 100644
--- a/lib/Target/SystemZ/SystemZRegisterInfo.h
+++ b/lib/Target/SystemZ/SystemZRegisterInfo.h
@@ -37,6 +37,7 @@ struct SystemZRegisterInfo : public SystemZGenRegisterInfo {
BitVector getReservedRegs(const MachineFunction &MF) const;
+ bool hasReservedCallFrame(MachineFunction &MF) const;
bool hasFP(const MachineFunction &MF) const;
int getFrameIndexOffset(MachineFunction &MF, int FI) const;