Commit fcbe40f0 by Jeff Law Committed by Jeff Law

msp430.c (msp430_legitimate_address_p): Adjust fallthru comment.

	* config/msp430/msp430.c (msp430_legitimate_address_p): Adjust
	fallthru comment.

From-SVN: r241567
parent aa315f34
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
......
......@@ -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:
......
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