diff options
Diffstat (limited to 'lib/Target/XCore/XCoreFrameInfo.h')
-rw-r--r-- | lib/Target/XCore/XCoreFrameInfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/XCore/XCoreFrameInfo.h b/lib/Target/XCore/XCoreFrameInfo.h index 47a652d..76960a7 100644 --- a/lib/Target/XCore/XCoreFrameInfo.h +++ b/lib/Target/XCore/XCoreFrameInfo.h @@ -31,6 +31,8 @@ namespace llvm { void emitPrologue(MachineFunction &MF) const; void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const; + bool hasFP(const MachineFunction &MF) const; + //! Stack slot size (4 bytes) static int stackSlotSize() { return 4; |