]> git.ipfire.org Git - thirdparty/gcc.git/commit
cfgcleanup.c (try_head_merge_bb): If get_condition returns NULL for a jump that is...
authorBernd Schmidt <bernds@codesourcery.com>
Wed, 2 Nov 2011 10:47:44 +0000 (10:47 +0000)
committerJulian Brown <jules@gcc.gnu.org>
Wed, 2 Nov 2011 10:47:44 +0000 (10:47 +0000)
commit2b74e65bc3fb834482ce244625f0273e64def34f
tree831c4dabf30d2f4d9bc66dc16d404cc8abbc7a32
parent8a3089e2d1c1635806df75277a1d403fc3673854
cfgcleanup.c (try_head_merge_bb): If get_condition returns NULL for a jump that is a cc0 insn...

gcc/
* cfgcleanup.c (try_head_merge_bb): If get_condition returns
NULL for a jump that is a cc0 insn, pick the previous insn for
move_before.

gcc/testsuite/
* gcc.c-torture/compile/20110907.c: New file.

From-SVN: r180766
gcc/ChangeLog
gcc/cfgcleanup.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20110913-1.c [new file with mode: 0644]