* config/nios2/nios2.c (nios2_rtx_costs): Avoid fallthru.
authorJeff Law <law@redhat.com>
Wed, 26 Oct 2016 15:47:48 +0000 (09:47 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 26 Oct 2016 15:47:48 +0000 (09:47 -0600)
From-SVN: r241566

gcc/ChangeLog
gcc/config/nios2/nios2.c

index 5214b9d..448aaa7 100644 (file)
@@ -1,5 +1,7 @@
 2016-10-26  Jeff Law  <law@redhat.com>
 
+       * config/nios2/nios2.c (nios2_rtx_costs): Avoid fallthru.
+
        * config/rl78/rl78.c (rl78_calculate_death_notes): Add fallthru
        comment.
        (rl78_asm_ctor_dtor): Increase buffer size.
index 8afb468..2a28fad 100644 (file)
@@ -1493,6 +1493,7 @@ nios2_rtx_costs (rtx x, machine_mode mode ATTRIBUTE_UNUSED,
           *total = COSTS_N_INSNS (1);
           return true;
        }
+      return false;
 
       default:
         return false;