[OpenACC 1/11] UNIQUE internal function

Nathan Sidwell nathan@acm.org
Tue Oct 27 14:06:00 GMT 2015


On 10/27/15 06:45, Richard Biener wrote:
> On Tue, Oct 27, 2015 at 9:03 AM, Jakub Jelinek <jakub@redhat.com> wrote:

>> Ok for me, but please wait for Richi's ack too.
>
> +      /* An IFN_UNIQUE call must be duplicated as part of its group,
> +        or not at all.  */
> +      if (is_gimple_call (g) && gimple_call_internal_p (g)
> +         && gimple_call_internal_unique_p (g))
>
> &&s always to the next line

oh, did not know that.

> Otherwise looks ok to me now.

Great thanks!

nathan



More information about the Gcc-patches mailing list