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