From ba249e41f3ffa9e947b9173e3965385ec6324ffb Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Thu, 16 Jul 2009 13:50:21 +0000 Subject: Some preliminary call lowering git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75941 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/SystemZ/SystemZRegisterInfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Target/SystemZ/SystemZRegisterInfo.h') 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; -- cgit v1.2.3