This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PR34171


> gcc/testsuite/ChangeLog:
>
> 2007-10-29  Martin Michlmayr <tbm@cyrius.com>
>
>         PR rtl-optimization/34171
>
>         * gcc.dg/pr34171.c: New testcase.
>
> gcc/ChangeLog:
>
> 2007-10-29  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.

OK, thanks (no need for blank line between PR xxx and actual ChangeLog entry).

-- 
Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]