Commit 405f0587 by Bernd Schmidt Committed by Bernd Schmidt

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
parent d0970db2
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> 2006-09-15 Jim Wilson <wilson@specifix.com>
* config/ia64/ia64.c (ia64_legitimate_constant_p, cast CONST): * config/ia64/ia64.c (ia64_legitimate_constant_p, cast CONST):
...@@ -23,7 +28,7 @@ ...@@ -23,7 +28,7 @@
example of how to use the absence_set directive and reword the example of how to use the absence_set directive and reword the
description to make it slightly easier to read. 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. * params.def (PARAM_MAX_ITERATIONS_COMPUTATION_COST): New.
* loop-doloop.c (doloop_optimize): Use it to limit costs of * loop-doloop.c (doloop_optimize): Use it to limit costs of
......
...@@ -532,8 +532,7 @@ doloop_optimize (struct loop *loop) ...@@ -532,8 +532,7 @@ doloop_optimize (struct loop *loop)
{ {
if (dump_file) if (dump_file)
fprintf (dump_file, fprintf (dump_file,
"Doloop: number of iterations (%u) too costly to compute.\n", "Doloop: number of iterations too costly to compute.\n");
est_niter);
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment