]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix optimize_isl dump
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 28 Jan 2016 18:23:24 +0000 (18:23 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 28 Jan 2016 18:23:24 +0000 (10:23 -0800)
* graphite-optimize-isl.c (optimize_isl): Fix dump.

From-SVN: r232939

gcc/ChangeLog
gcc/graphite-optimize-isl.c

index 910817b3b1d7f039fb450f7afb0a125c431373b4..20e16f2d0f049a3b03f8aeceab26d65b9ab20b73 100644 (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
index 6b3108dae171da54a4a1d43c91e6de7cd46785b4..fd1638bee97912dbbde45b66e6d798ce3d093a5f 100644 (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);