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]

Re: ??? comments in flow.c and fallthru edges


On Tue, Jul 24, 2001 at 08:49:31PM +0200, Jan Hubicka wrote:
> !          Still handle fallthru edges, as we can suceed to forward fallthru
> !          edge to the same place as the branch edge of conditional branch
> !          and elliminate the branch entirely.  */

Not exactly -- we can turn a conditional branch into an
unconditional branch.

> !       if (e->flags & (EDGE_COMPLEX))

Leftover parenthesis.

> !      ??? We should be able to handle most of complex edges later with some
> !      care.  */

 s/of //

Otherwise ok.


r~


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