rtl_loop_init vs try_redirect_by_replacing_jump vs simple jumps

Steven Bosscher stevenb.gcc@gmail.com
Sun Jun 4 12:49:00 GMT 2006


On 5/23/06, DJ Delorie <dj@redhat.com> wrote:
> @@ -1647,6 +1649,12 @@ print_rtl_with_bb (FILE *outf, rtx rtx_f
>                        bb->index);
>               dump_regset (bb->il.rtl->global_live_at_start, outf);
>               putc ('\n', outf);
> +             FOR_EACH_EDGE (e, ei, bb->preds)
> +               {
> +                 fputs (";; Pred edge ", outf);
> +                 dump_edge_info (outf, e, 1);

You want dump_edge_info (outf, e, 0) here.

Gr.
Steven



More information about the Gcc-patches mailing list