* 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 560ec37e90a83e64e7920ceeea756ad13a95b7b0..1e0393651ee0914d1fb3c0b39c5a06740ab297e3 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 17e48f545bf2c77a01af77e0433de0c336e001dc..41c6b600dd1b8064d13a7b4895cb8187eac004d6 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);