On Wed, 21 Mar 2012, Razya Ladelsky wrote:
> Hi,
>
> I need to use do_while_loop_p, but I'm not sure its functionality is what
> I expected it to be.
>
> This is the part that I do not understand:
>
> /* If the header contains just a condition, it is not a do-while loop. */
> stmt = last_an
Hi,
I need to use do_while_loop_p, but I'm not sure its functionality is what
I expected it to be.
This is the part that I do not understand:
/* If the header contains just a condition, it is not a do-while loop. */
stmt = last_and_only_stmt (loop->header);
if (stmt
&& gimple_code (st