Commit 6bd3f671 by Jeff Law Committed by Jeff Law

* config/m32r/m32r.c (m32r_print_operand): Adjust fallthru comment.

From-SVN: r241571
parent 0c15dfc1
2016-10-26 Jeff Law <law@redhat.com>
* config/m32r/m32r.c (m32r_print_operand): Adjust fallthru comment.
* config/mcore/mcore.c (mcore_gen_compare): Adjust fallthru comments.
* config/microblaze/microblaze.c (microblaze_function_arg): Adjust
......
......@@ -2278,7 +2278,8 @@ m32r_print_operand (FILE * file, rtx x, int code)
break;
}
/* Fall through. Let output_addr_const deal with it. */
/* FALLTHRU */
/* Let output_addr_const deal with it. */
default :
output_addr_const (file, x);
......
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