On 15 September 2016 09:08:36 CEST, Richard Biener <rguent...@suse.de> wrote:
>
>Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk.
>

>+  /* Likewise if we simplified to sth not queued for insertion.  */
>+  bool found = false;
>+  gsi = gsi_start (forced_stmts);
>+  for (; !gsi_end_p (gsi); gsi_next (&gsi))
>+    {
>+      gimple *stmt = gsi_stmt (gsi);
>+      tree forcedname = gimple_get_lhs (stmt);
>+      if (forcedname == folded)
{
>+      found = true;

break;}

Or do we fix up such code anyway somewhere?
thanks,
>+    }
>+  if (! found)

Reply via email to