]> git.ipfire.org Git - thirdparty/gcc.git/commit
except.c (emit_note_eh_region_end): New helper function.
authorUros Bizjak <ubizjak@gmail.com>
Mon, 30 Jun 2014 19:30:52 +0000 (21:30 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 30 Jun 2014 19:30:52 +0000 (21:30 +0200)
commita4a51a5262b8a12475fd7811dac3fd05f02886ce
treecf5d008b99533b789a9ab08b5f2b935cabf526b3
parent5acd5cf07262141100da18e8dc227ed4e073ac8c
except.c (emit_note_eh_region_end): New helper function.

* except.c (emit_note_eh_region_end): New helper function.
(convert_to_eh_region_ranges): Use emit_note_eh_region_end to
emit EH_REGION_END note.
* jump.c (cleanup_barriers): Do not split a call and its
corresponding CALL_ARG_LOCATION note.

From-SVN: r212171
gcc/ChangeLog
gcc/except.c
gcc/jump.c