[tree-ssa] RFC: Making control flow more explicit

Andrew Pinski pinskia@physics.uc.edu
Wed Aug 6 23:45:00 GMT 2003


On Wednesday, Aug 6, 2003, at 19:12 US/Eastern, Steven Bosscher wrote:
> <dumb look> Why switch the order of the condition and the body?
> What is wrong with just:
>
> 	loop_top:
> 	if (cond)
> 	  goto loop_end;
> 	body
> 	goto loop_top;
> 	loop_end:

Because doloop does not work with this that is why.

Thanks,
Andrew Pinski



More information about the Gcc mailing list