On 10/27/15 06:45, Richard Biener wrote:
On Tue, Oct 27, 2015 at 9:03 AM, Jakub Jelinek <ja...@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

Reply via email to