public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Fix fall through comment in ia64/
@ 2016-09-27 13:48 Marek Polacek
  0 siblings, 0 replies; only message in thread
From: Marek Polacek @ 2016-09-27 13:48 UTC (permalink / raw)
  To: GCC Patches

Someone would hit this sooner or later.

Applying to trunk.

2016-09-27  Marek Polacek  <polacek@redhat.com>

	* config/ia64/ia64.c (ia64_print_operand): Adjust fall through
	comment.

diff --git gcc/config/ia64/ia64.c gcc/config/ia64/ia64.c
index 573872e..d32823a 100644
--- gcc/config/ia64/ia64.c
+++ gcc/config/ia64/ia64.c
@@ -5550,7 +5550,7 @@ ia64_print_operand (FILE * file, rtx x, int code)
     case POST_DEC:
     case POST_MODIFY:
       x = XEXP (x, 0);
-      /* ... fall through ...  */
+      /* fall through */
 
     case REG:
       fputs (reg_names [REGNO (x)], file);

	Marek

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

only message in thread, other threads:[~2016-09-27 13:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-27 13:48 Fix fall through comment in ia64/ Marek Polacek

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