Commit 511b4436 by Jakub Jelinek Committed by Jakub Jelinek

re PR tree-optimization/51576 (Bootstrap failure with go)

	PR tree-optimization/51576
	* tree-cfg.c (replace_uses_by): Call maybe_clean_or_replace_eh_stmt
	even if fold_stmt didn't change anything.

From-SVN: r182403
parent a84bd8ba
2011-12-16 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/51576
* tree-cfg.c (replace_uses_by): Call maybe_clean_or_replace_eh_stmt
even if fold_stmt didn't change anything.
2011-12-16 Richard Guenther <rguenther@suse.de>
PR lto/51572
......@@ -1625,10 +1625,9 @@ replace_uses_by (tree name, tree val)
}
if (fold_stmt (&gsi))
{
stmt = gsi_stmt (gsi);
maybe_clean_or_replace_eh_stmt (orig_stmt, stmt);
}
update_stmt (stmt);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment