* config/fr30/fr30.c (fr30_print_operand): Adjust fallthru comment.
authorJeff Law <law@redhat.com>
Wed, 26 Oct 2016 16:19:55 +0000 (10:19 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 26 Oct 2016 16:19:55 +0000 (10:19 -0600)
From-SVN: r241579

gcc/ChangeLog
gcc/config/fr30/fr30.c

index 12f9c0294758f7b1a6b40d6c29028e42c6b6beaf..45ae4eab82ac82e03d22e93d82a5ea571a39cd82 100644 (file)
@@ -35,6 +35,8 @@
 
 2016-10-26  Jeff Law  <law@redhat.com>
 
+       * config/fr30/fr30.c (fr30_print_operand): Adjust fallthru comment.
+
        * config/frv/frv.c (comparison_string): Do not fall through after
        an error.
 
index 187302bc02564bf1f82fc590365d1ad9d9ed3453..d8e95cb857e42fdbb0127586f735f87deb8313c9 100644 (file)
@@ -688,7 +688,8 @@ fr30_print_operand (FILE *file, rtx x, int code)
          break;
        }
 
-      /* Fall through.  Let output_addr_const deal with it.  */
+      /* FALLTHRU */
+      /* Let output_addr_const deal with it.  */
     default:
       output_addr_const (file, x);
       break;