h8300.c (h8300_print_operand): Adjust FALLTHRU comment to silence warning.
authorJeff Law <law@redhat.com>
Wed, 26 Oct 2016 15:20:33 +0000 (09:20 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 26 Oct 2016 15:20:33 +0000 (09:20 -0600)
* config/h8300/h8300.c (h8300_print_operand): Adjust FALLTHRU
comment to silence warning.

From-SVN: r241560

gcc/ChangeLog
gcc/config/h8300/h8300.c

index 3780ba084b34b7cf9a0085cd217cc1072d0e3571..c9b72bc16df02a7659c8fbccd7039933b13eb141 100644 (file)
@@ -1,5 +1,8 @@
 2016-10-26  Jeff Law  <law@redhat.com>
 
+       * config/h8300/h8300.c (h8300_print_operand): Adjust FALLTHRU
+       comment to silence warning.
+
        * config/spu/spu.c (spu_sched_reorder): Add missing fallthru comment.
        (spu_legitimate_address_p): Fix logic error and add missing fallthru
        comment.
index 3d06014c23bbc77bb28e6de3ad68babc25138f6f..7c30292c888655b3c5d324b6e50b5b223f56ed49 100644 (file)
@@ -1741,10 +1741,12 @@ h8300_print_operand (FILE *file, rtx x, int code)
                      break;
                    }
 
-                 /* Fall through.  We should not get here if we are
-                    processing bit operations on H8/300 or H8/300H
-                    because 'U' constraint does not allow bit
-                    operations on the tiny area on these machines.  */
+                 /* FALLTHRU */
+
+                 /* We should not get here if we are processing bit
+                    operations on H8/300 or H8/300H because 'U'
+                    constraint does not allow bit operations on the
+                    tiny area on these machines.  */
 
                case 'X':
                case 'T':