]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix transform_to_exit_first_loop_alt with -g
authorTom de Vries <tom@codesourcery.com>
Fri, 6 Nov 2015 13:21:51 +0000 (13:21 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Fri, 6 Nov 2015 13:21:51 +0000 (13:21 +0000)
commit4a4b6c4c277f17b2f33c6c6828a906c028d8a0b6
treef82c03681afd524bd201e90cf7dd5b870573c584
parentc9aa6b940fb8c010ffbba8a6a2eb3ce1de21389f
Fix transform_to_exit_first_loop_alt with -g

2015-11-06  Tom de Vries  <tom@codesourcery.com>

* tree-cfg.c (gimple_split_block_before_cond_jump): Split before
cond_jump, instead of split after last nondebug insn before cond_jump.
* tree-parloops.c (transform_to_exit_first_loop_alt): Verify ssa before
returning.

From-SVN: r229847
gcc/ChangeLog
gcc/tree-cfg.c
gcc/tree-parloops.c