diff options
| author | Kai Nacke <kai.nacke@redstar.de> | 2013-07-06 17:15:36 +0000 |
|---|---|---|
| committer | Kai Nacke <kai.nacke@redstar.de> | 2013-07-06 17:15:36 +0000 |
| commit | 66bfdb8354ccb24ded9ecee0ac80aa7c103c2fa4 (patch) | |
| tree | 915a56aa3d529328c7ffaffb6ea0d617e94b69a6 /llvm/lib/IR/BasicBlock.cpp | |
| parent | 3d90a8f4f9867dfe28789761ef320480a4ddb300 (diff) | |
| download | bcm5719-llvm-66bfdb8354ccb24ded9ecee0ac80aa7c103c2fa4.tar.gz bcm5719-llvm-66bfdb8354ccb24ded9ecee0ac80aa7c103c2fa4.zip | |
Fix wrong code offset for unwind code SET_FPREG.
The code offset for unwind code SET_FPREG is wrong because it is set
to constant 0. The fix is to do the same as for the other unwind
codes: emit a label and later the absolute difference between the
label and the begin of the prologue.
Also enables the failing test case MC/COFF/seh.s
Reviewed by Charles Davis and Nico Rieck.
llvm-svn: 185758
Diffstat (limited to 'llvm/lib/IR/BasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions

