aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsFrameInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/Mips/MipsFrameInfo.h')
-rw-r--r--lib/Target/Mips/MipsFrameInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/Mips/MipsFrameInfo.h b/lib/Target/Mips/MipsFrameInfo.h
index 971e653..2cbaa21 100644
--- a/lib/Target/Mips/MipsFrameInfo.h
+++ b/lib/Target/Mips/MipsFrameInfo.h
@@ -37,6 +37,8 @@ public:
/// the function.
void emitPrologue(MachineFunction &MF) const;
void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
+
+ bool hasFP(const MachineFunction &MF) const;
};
} // End llvm namespace