Fix optimize_isl dump
* graphite-optimize-isl.c (optimize_isl): Fix dump. From-SVN: r232939
This commit is contained in:
parent
ef22810a29
commit
2036f41326
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue