loop-doloop.c (doloop_optimize): Remove bogus arg from debugging printf.
authorBernd Schmidt <bernd.schmidt@analog.com>
Fri, 15 Sep 2006 23:32:58 +0000 (23:32 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Fri, 15 Sep 2006 23:32:58 +0000 (23:32 +0000)
* loop-doloop.c (doloop_optimize): Remove bogus arg from debugging
printf.

From-SVN: r116984

gcc/ChangeLog
gcc/loop-doloop.c

index 148db8712dc8148e5b908697648c9c7a4924c53f..762df397e116ddc20a6d4dd261ba18fc846ab49e 100644 (file)
@@ -1,3 +1,8 @@
+2006-09-16  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+       * loop-doloop.c (doloop_optimize): Remove bogus arg from debugging
+       printf.
+
 2006-09-15  Jim Wilson  <wilson@specifix.com>
 
        * config/ia64/ia64.c (ia64_legitimate_constant_p, cast CONST):
@@ -23,7 +28,7 @@
        example of how to use the absence_set directive and reword the
        description to make it slightly easier to read.
 
-2005-09-15  Bernd Schmidt  <bernd.schmidt@analog.com>
+2006-09-15  Bernd Schmidt  <bernd.schmidt@analog.com>
 
        * params.def (PARAM_MAX_ITERATIONS_COMPUTATION_COST): New.
        * loop-doloop.c (doloop_optimize): Use it to limit costs of
index a1ec4b0f15577149d3101f5ee15d50157370c58f..7b9d168157a3143f13e7e79b31dde93d1ec9fa76 100644 (file)
@@ -532,8 +532,7 @@ doloop_optimize (struct loop *loop)
     {
       if (dump_file)
        fprintf (dump_file,
-                "Doloop: number of iterations (%u) too costly to compute.\n",
-                est_niter);
+                "Doloop: number of iterations too costly to compute.\n");
       return false;
     }