* config/m32r/m32r.c (m32r_print_operand): Adjust fallthru comment.
authorJeff Law <law@redhat.com>
Wed, 26 Oct 2016 16:02:58 +0000 (10:02 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 26 Oct 2016 16:02:58 +0000 (10:02 -0600)
From-SVN: r241571

gcc/ChangeLog
gcc/config/m32r/m32r.c

index 560ec37..1e03936 100644 (file)
@@ -1,5 +1,7 @@
 2016-10-26  Jeff Law  <law@redhat.com>
 
+       * config/m32r/m32r.c (m32r_print_operand): Adjust fallthru comment.
+
        * config/mcore/mcore.c (mcore_gen_compare): Adjust fallthru comments.
 
        * config/microblaze/microblaze.c (microblaze_function_arg): Adjust
index 17e48f5..41c6b60 100644 (file)
@@ -2278,7 +2278,8 @@ m32r_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);