On Wed, May 2, 2012 at 3:14 AM, Michael Matz wrote:
> Hi,
>
> this introduces a new helper (gsi_replace_with_seq) which can replace a
> single statement with a sequence, and makes use of it in
> gimplify_and_update_call_from_tree. This make sure that the statements
> aren't inserted into the targ
Hi,
this introduces a new helper (gsi_replace_with_seq) which can replace a
single statement with a sequence, and makes use of it in
gimplify_and_update_call_from_tree. This make sure that the statements
aren't inserted into the target sequence while they still are in the
original one. Could