Commit 32502b58 by Jeff Law Committed by Jeff Law

* config/fr30/fr30.c (fr30_print_operand): Adjust fallthru comment.

From-SVN: r241579
parent 3a5a75b5
......@@ -35,6 +35,8 @@
2016-10-26 Jeff Law <law@redhat.com>
* config/fr30/fr30.c (fr30_print_operand): Adjust fallthru comment.
* config/frv/frv.c (comparison_string): Do not fall through after
an error.
......
......@@ -688,7 +688,8 @@ fr30_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);
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