]> gcc.gnu.org Git - gcc.git/commitdiff
msp430.c (msp430_legitimate_address_p): Adjust fallthru comment.
authorJeff Law <law@redhat.com>
Wed, 26 Oct 2016 15:49:25 +0000 (09:49 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 26 Oct 2016 15:49:25 +0000 (09:49 -0600)
* config/msp430/msp430.c (msp430_legitimate_address_p): Adjust
fallthru comment.

From-SVN: r241567

gcc/ChangeLog
gcc/config/msp430/msp430.c

index 448aaa7b57672b1480dca0ff3c3ccffddaa35899..2076d690d73af6ea77076cb99f84ae5086ca5556 100644 (file)
@@ -1,5 +1,8 @@
 2016-10-26  Jeff Law  <law@redhat.com>
 
+       * config/msp430/msp430.c (msp430_legitimate_address_p): Adjust
+       fallthru comment.
+
        * config/nios2/nios2.c (nios2_rtx_costs): Avoid fallthru.
 
        * config/rl78/rl78.c (rl78_calculate_death_notes): Add fallthru
index 50f6815e32f74ad6e95c09b2d56922a53a341cf9..fb1978b58bb330fe7cb9dbfdef6cda9edc1ab826 100644 (file)
@@ -1545,7 +1545,7 @@ msp430_legitimate_address_p (machine_mode mode ATTRIBUTE_UNUSED,
     case REG:
       if (!reg_ok_for_addr (x, strict))
        return false;
-      /* else... */
+      /* FALLTHRU */
     case CONST:
     case SYMBOL_REF:
     case CONST_INT:
This page took 0.177654 seconds and 5 git commands to generate.