Fix optimize_isl dump

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

From-SVN: r232939
This commit is contained in:
H.J. Lu 2016-01-28 18:23:24 +00:00 committed by H.J. Lu
parent ef22810a29
commit 2036f41326
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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);