summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/Thumb1FrameInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/ARM/Thumb1FrameInfo.h')
-rw-r--r--llvm/lib/Target/ARM/Thumb1FrameInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/Thumb1FrameInfo.h b/llvm/lib/Target/ARM/Thumb1FrameInfo.h
index 36be44606a5..f2ecaf1617a 100644
--- a/llvm/lib/Target/ARM/Thumb1FrameInfo.h
+++ b/llvm/lib/Target/ARM/Thumb1FrameInfo.h
@@ -34,6 +34,8 @@ public:
/// the function.
void emitPrologue(MachineFunction &MF) const;
void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
+
+ bool hasReservedCallFrame(const MachineFunction &MF) const;
};
} // End llvm namespace
OpenPOWER on IntegriCloud