diff options
author | Akira Hatanaka <ahatanak@gmail.com> | 2011-06-07 02:17:21 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanak@gmail.com> | 2011-06-07 02:17:21 +0000 |
commit | 8464fff30b16d39227444985bb7c8cc7fd12d66d (patch) | |
tree | 09271e68f2927bf9c46f73bd6af62d30b766188f /lib/CodeGen/MachineModuleInfo.cpp | |
parent | 9d507aec07c7e22c6ba83dfd75e23c8630cd25cd (diff) |
Add test case for C++ exception handling and fix the following mistakes in MipsFrameLowering::emitPrologue:
- cfi directives are not inserted at the right location or in the right order.
- The source MachineLocation for the cfi directive that changes the cfa register
to $fp should be MachineLocation::VirtualFP.
- A PROLOG_LABEL that marks the beginning of cfi_offset directives for
callee-saved register is emitted even when no callee-saved registers are
saved.
- When a callee-saved double precision register is saved, two cfi_offset
directives, one for each of the paired single precision registers, should be
emitted.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132703 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineModuleInfo.cpp')
0 files changed, 0 insertions, 0 deletions