summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsFrameLowering.h
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanak@gmail.com>2011-05-26 18:59:03 +0000
committerAkira Hatanaka <ahatanak@gmail.com>2011-05-26 18:59:03 +0000
commitcf0cd8005c81853ddea3ce26b71491c48dc4984e (patch)
tree8504fe1b3c8d40159cd615639cf06dcd359837f5 /lib/Target/Mips/MipsFrameLowering.h
parent32bfb2c513c4efdc1db9967ddfecce8c922dda4f (diff)
downloadllvm-cf0cd8005c81853ddea3ce26b71491c48dc4984e.tar.gz
llvm-cf0cd8005c81853ddea3ce26b71491c48dc4984e.tar.bz2
llvm-cf0cd8005c81853ddea3ce26b71491c48dc4984e.tar.xz
Add support for C++ exception handling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132131 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsFrameLowering.h')
-rw-r--r--lib/Target/Mips/MipsFrameLowering.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/Mips/MipsFrameLowering.h b/lib/Target/Mips/MipsFrameLowering.h
index a778fde7a3..78c78eea5b 100644
--- a/lib/Target/Mips/MipsFrameLowering.h
+++ b/lib/Target/Mips/MipsFrameLowering.h
@@ -39,6 +39,8 @@ public:
bool hasFP(const MachineFunction &MF) const;
+ void getInitialFrameState(std::vector<MachineMove> &Moves) const;
+
void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
RegScavenger *RS) const;
};