Commit 1cd20a8f by Jeff Law Committed by Jeff Law

microblaze.c (microblaze_function_arg): Adjust fallthru comment.

	* config/microblaze/microblaze.c (microblaze_function_arg): Adjust
	fallthru comment.

From-SVN: r241568
parent fcbe40f0
2016-10-26 Jeff Law <law@redhat.com>
* config/microblaze/microblaze.c (microblaze_function_arg): Adjust
fallthru comment.
* config/msp430/msp430.c (msp430_legitimate_address_p): Adjust
fallthru comment.
......
......@@ -1553,7 +1553,7 @@ microblaze_function_arg (cumulative_args_t cum_v, machine_mode mode,
default:
gcc_assert (GET_MODE_CLASS (mode) == MODE_COMPLEX_INT
|| GET_MODE_CLASS (mode) == MODE_COMPLEX_FLOAT);
/* Drops through. */
/* FALLTHRU */
case BLKmode:
regbase = GP_ARG_FIRST;
break;
......
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