Commit f4ca9095 by Kyrylo Tkachov Committed by Kyrylo Tkachov

[obvious] Fix param name in dump file

	* tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
	Change --param max-completely-peeled-times to
	--param max-completely-peel-times in dump file printing.

From-SVN: r236205
parent 8ab3bdac
2016-05-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
Change --param max-completely-peeled-times to
--param max-completely-peel-times in dump file printing.
2016-05-13 Richard Biener <rguenther@suse.de>
PR tree-optimization/42587
......
......@@ -712,7 +712,7 @@ try_unroll_loop_completely (struct loop *loop,
{
if (dump_file && (dump_flags & TDF_DETAILS))
fprintf (dump_file, "Not unrolling loop %d "
"(--param max-completely-peeled-times limit reached).\n",
"(--param max-completely-peel-times limit reached).\n",
loop->num);
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