]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ia64.c (ia64_print_operand): Adjust fall through comment.
authorMarek Polacek <polacek@redhat.com>
Tue, 27 Sep 2016 13:43:45 +0000 (13:43 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Tue, 27 Sep 2016 13:43:45 +0000 (13:43 +0000)
* config/ia64/ia64.c (ia64_print_operand): Adjust fall through
comment.

From-SVN: r240538

gcc/ChangeLog
gcc/config/ia64/ia64.c

index 374a0841b7d3af64606e121d5963dcf3bf168433..19ba2705ba8469ee50d94d5d30f1489b81e10c4a 100644 (file)
@@ -1,3 +1,8 @@
+2016-09-27  Marek Polacek  <polacek@redhat.com>
+
+       * config/ia64/ia64.c (ia64_print_operand): Adjust fall through
+       comment.
+
 2016-09-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
        * config/arm/arm.c (const_ok_for_op): Use "Fall through" comment form
index 573872eb85fd3e71190161b81fd87b304abd0c4b..d32823a5b7ef3abb0ece12d037f2cf0f9a284f4f 100644 (file)
@@ -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);