epiphany.c (epiphany_print_operand): Adjust fallthru comment.
authorJeff Law <law@redhat.com>
Wed, 26 Oct 2016 16:23:27 +0000 (10:23 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 26 Oct 2016 16:23:27 +0000 (10:23 -0600)
* config/epiphany/epiphany.c (epiphany_print_operand): Adjust
fallthru comment.

From-SVN: r241582

gcc/ChangeLog
gcc/config/epiphany/epiphany.c

index 4f5c3c2..bf5080a 100644 (file)
@@ -1,3 +1,8 @@
+2016-10-26  Jeff Law  <law@redhat.com>
+
+       * config/epiphany/epiphany.c (epiphany_print_operand): Adjust
+       fallthru comment.
+
 2016-10-26  Jakub Jelinek  <jakub@redhat.com>
            Martin Liska  <mliska@suse.cz>
 
index a7854e7..e1f7a47 100644 (file)
@@ -1354,7 +1354,8 @@ epiphany_print_operand (FILE *file, rtx x, int code)
          fprintf (file, "%s0x%08lx", IMMEDIATE_PREFIX, l);
          break;
        }
-      /* Fall through.  Let output_addr_const deal with it.  */
+      /* FALLTHRU */
+      /* Let output_addr_const deal with it.  */
     case CONST_INT:
       fprintf(file,"%s",IMMEDIATE_PREFIX);
       if (code == 'C' || code == 'X')