commit | cf0cd8005c81853ddea3ce26b71491c48dc4984e | [log] [tgz] |
---|---|---|
author | Akira Hatanaka <ahatanak@gmail.com> | Thu May 26 18:59:03 2011 +0000 |
committer | Akira Hatanaka <ahatanak@gmail.com> | Thu May 26 18:59:03 2011 +0000 |
tree | 8504fe1b3c8d40159cd615639cf06dcd359837f5 | |
parent | 32bfb2c513c4efdc1db9967ddfecce8c922dda4f [diff] [blame] |
Add support for C++ exception handling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132131 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Mips/MipsFrameLowering.h b/lib/Target/Mips/MipsFrameLowering.h index a778fde..78c78ee 100644 --- a/lib/Target/Mips/MipsFrameLowering.h +++ b/lib/Target/Mips/MipsFrameLowering.h
@@ -39,6 +39,8 @@ bool hasFP(const MachineFunction &MF) const; + void getInitialFrameState(std::vector<MachineMove> &Moves) const; + void processFunctionBeforeCalleeSavedScan(MachineFunction &MF, RegScavenger *RS) const; };