loop-doloop.c (doloop_optimize): Remove bogus arg from debugging printf.

* loop-doloop.c (doloop_optimize): Remove bogus arg from debugging
	printf.

From-SVN: r116984
This commit is contained in:
Bernd Schmidt 2006-09-15 23:32:58 +00:00 committed by Bernd Schmidt
parent d0970db2ad
commit 405f05879e
2 changed files with 7 additions and 3 deletions

View 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

View 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;
}