redirect_edge_and_branch questions

Richard Henderson rth@redhat.com
Mon Oct 4 23:05:00 GMT 2004


On Mon, Oct 04, 2004 at 04:08:30PM -0400, Andrew MacLeod wrote:
> so tree_redirect_edge_and_branch() could end something like:
> 
>   /* Now update the edges in the CFG.  */
>   if (in_ssa_form_p ())
>     e = ssa_redirect_edge (e, dest);
>   else
>     e = redirect_edge_succ_nodup (e, dest);
> 
> how reasonable is something like that?

That would work for me.


r~



More information about the Gcc mailing list