Commit 2036f413 by H.J. Lu Committed by H.J. Lu

Fix optimize_isl dump

	* graphite-optimize-isl.c (optimize_isl): Fix dump.

From-SVN: r232939
parent ef22810a
2016-01-28 H.J. Lu <hongjiu.lu@intel.com>
* graphite-optimize-isl.c (optimize_isl): Fix dump.
2016-01-28 Richard Henderson <rth@redhat.com>
PR target/69305
......
......@@ -479,8 +479,7 @@ optimize_isl (scop_p scop)
if (dump_file && dump_flags)
{
if (!schedule)
fprintf (dump_file, "isl did not return any schedule.\n",
max_operations);
fprintf (dump_file, "isl did not return any schedule.\n");
else
fprintf (dump_file, "isl timed out --param max-isl-operations=%d\n",
max_operations);
......
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