On Mon, Apr 4, 2011 at 9:12 AM, Eric Botcazou <ebotca...@adacore.com> wrote:
> Hi,
>
> tidy_fallthru_edges contains RTL-specific bits:
>
>          if (! (s->flags & EDGE_COMPLEX)
>              && s->dest == c
>              && !find_reg_note (BB_END (b), REG_CROSSING_JUMP, NULL_RTX))
>            tidy_fallthru_edge (s);
>
> so it is disabled at the GIMPLE level.  That's why I don't think that calling
> it from tree-inline.c makes much sense.
>
> Tested on i586-suse-linux, OK for mainline?

Ok.

Thanks,
Richard.

>
> 2011-04-04  Eric Botcazou  <ebotca...@adacore.com>
>
>        * cfghooks.c (tidy_fallthru_edges): Add ??? comment.
>        * tree-inline.c (delete_unreachable_blocks_update_callgraph): Remove
>        call to tidy_fallthru_edges.
>
>
> --
> Eric Botcazou
>

Reply via email to