public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][obvious] Fix param name in dump file
@ 2016-05-13 12:29 Kyrill Tkachov
  0 siblings, 0 replies; only message in thread
From: Kyrill Tkachov @ 2016-05-13 12:29 UTC (permalink / raw)
  To: GCC Patches

[-- Attachment #1: Type: text/plain, Size: 340 bytes --]

Hi all,

The name of the parameter is max-completely-peel-times.
Applying to trunk as obvious.

Thanks,
Kyrill

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.

[-- Attachment #2: param-peel-times-comment.patch --]
[-- Type: text/x-patch, Size: 574 bytes --]

diff --git a/gcc/tree-ssa-loop-ivcanon.c b/gcc/tree-ssa-loop-ivcanon.c
index 9b59b4466c3203311cdd4346ef77f5af596890b6..9d92276dbbbfe3a768b9e8b0c90ee60e05c885fb 100644
--- a/gcc/tree-ssa-loop-ivcanon.c
+++ b/gcc/tree-ssa-loop-ivcanon.c
@@ -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;
     }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-05-13 12:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-13 12:29 [PATCH][obvious] Fix param name in dump file Kyrill Tkachov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).