mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-24 04:10:29 +08:00
Fix optimize_isl dump
* graphite-optimize-isl.c (optimize_isl): Fix dump. From-SVN: r232939
This commit is contained in:
parent
ef22810a29
commit
2036f41326
@ -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…
x
Reference in New Issue
Block a user