Commit aa315f34 by Jeff Law Committed by Jeff Law

* config/nios2/nios2.c (nios2_rtx_costs): Avoid fallthru.

From-SVN: r241566
parent e741aaa3
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.
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment