gcc/testsuite/ChangeLog:
authorspark <spark@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Nov 2007 17:02:43 +0000 (17:02 +0000)
committerspark <spark@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Nov 2007 17:02:43 +0000 (17:02 +0000)
commitf41d46831f9aff6cf6411e21bb0b4f5dedd192de
treeb74ebc794380262953d251b34cb4f0b0ddba02a3
parente1aca38a26acba1cda0a1fcccf22ea59663a82de
gcc/testsuite/ChangeLog:

2007-11-30  Martin Michlmayr <tbm@cyrius.com>

PR rtl-optimization/34171
* gcc.dg/pr34171.c: New testcase.

gcc/ChangeLog:

2007-11-30  Seongbae Park <seongbae.park@gmail.com>

PR rtl-optimization/34171
* cfgrtl.c (update_bb_for_insn_chain): New function,
refactored from update_bb_for_insn.
(update_bb_for_insn): Call update_bb_for_insn.
(rtl_merge_blocks, try_redirect_by_replacing_jump):
Replace a loop with update_bb_for_insn_chain call.
(cfg_layout_merge_blocks): Add a call to
update_bb_for_insn_chain. Replace the for loop
with a call to update_bb_for_insn_chain.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130539 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cfgrtl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr34171.c [new file with mode: 0644]