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 @@ ...@@ -35,6 +35,8 @@
2016-10-26 Jeff Law <law@redhat.com> 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 * config/frv/frv.c (comparison_string): Do not fall through after
an error. an error.
......
...@@ -688,7 +688,8 @@ fr30_print_operand (FILE *file, rtx x, int code) ...@@ -688,7 +688,8 @@ fr30_print_operand (FILE *file, rtx x, int code)
break; break;
} }
/* Fall through. Let output_addr_const deal with it. */ /* FALLTHRU */
/* Let output_addr_const deal with it. */
default: default:
output_addr_const (file, x); output_addr_const (file, x);
break; 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