Move hasFP() and few related hooks to TargetFrameInfo.
llvm-svn: 119740
diff --git a/llvm/lib/Target/Alpha/AlphaFrameInfo.h b/llvm/lib/Target/Alpha/AlphaFrameInfo.h
index df23523..2f822e5 100644
--- a/llvm/lib/Target/Alpha/AlphaFrameInfo.h
+++ b/llvm/lib/Target/Alpha/AlphaFrameInfo.h
@@ -34,6 +34,8 @@
/// the function.
void emitPrologue(MachineFunction &MF) const;
void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
+
+ bool hasFP(const MachineFunction &MF) const;
};
} // End llvm namespace