[trunk]: PATCH to improve dump information for loop-invariant.c and loop-iv.c

Seongbae Park (박성배, 朴成培) seongbae.park@gmail.com
Thu Aug 30 17:42:00 GMT 2007


On 8/30/07, Kenneth Zadeck <zadeck@naturalbridge.com> wrote:
> This patch improves the dump information for the passes that use
> df_set_blocks to set a small region of the program.
>
> 2007-08-30  Kenneth Zadeck <zadeck@naturalbridge.com>
>
>     * df-core.h (df_dump_region): New function.
>     * df.h (df_dump_region): New function.
>     * loop-invariant.c (find_defs): Add call to df_dump_region.
>     * loop-iv.c (iv_analysis_loop_init): Changed call from df_dump to
>     df_dump_region.
>
>
> OK for commit?
>
> Kenny

df-core.c:1805

df_dump () should be in the next line.

Other than that, looks ok.
-- 
#pragma ident "Seongbae Park, compiler, http://seongbae.blogspot.com"



More information about the Gcc-patches mailing list