diff options
Diffstat (limited to 'lib/Target/MBlaze/MBlazeFrameInfo.h')
-rw-r--r-- | lib/Target/MBlaze/MBlazeFrameInfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/MBlaze/MBlazeFrameInfo.h b/lib/Target/MBlaze/MBlazeFrameInfo.h index 3e96ee3..204d2f8 100644 --- a/lib/Target/MBlaze/MBlazeFrameInfo.h +++ b/lib/Target/MBlaze/MBlazeFrameInfo.h @@ -41,6 +41,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 |