public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/marxin/heads/loop-unswitch-improvement-v7)] Adjust one note.
@ 2021-12-09 12:49 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2021-12-09 12:49 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:86db6df60bff53fbd65451007423d86cc04cc06c

commit 86db6df60bff53fbd65451007423d86cc04cc06c
Author: Martin Liska <mliska@suse.cz>
Date:   Thu Dec 9 13:46:08 2021 +0100

    Adjust one note.

Diff:
---
 gcc/tree-ssa-loop-unswitch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/tree-ssa-loop-unswitch.c b/gcc/tree-ssa-loop-unswitch.c
index dac859ad1e5..8757982330a 100644
--- a/gcc/tree-ssa-loop-unswitch.c
+++ b/gcc/tree-ssa-loop-unswitch.c
@@ -893,7 +893,7 @@ tree_unswitch_single_loop (class loop *loop, int num,
 	      break;
 	    }
 	  else if (dump_enabled_p ())
-	    dump_printf_loc (MSG_MISSED_OPTIMIZATION, loc,
+	    dump_printf_loc (MSG_NOTE, loc,
 			     "Not unswitching condition, cost too big "
 			     "(%d insns)\n", cost);
 	}


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

only message in thread, other threads:[~2021-12-09 12:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-09 12:49 [gcc(refs/users/marxin/heads/loop-unswitch-improvement-v7)] Adjust one note Martin Liska

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).