* config/epiphany/epiphany.c (epiphany_print_operand): Adjust
fallthru comment.
From-SVN: r241582
+2016-10-26 Jeff Law <law@redhat.com>
+
+ * config/epiphany/epiphany.c (epiphany_print_operand): Adjust
+ fallthru comment.
+
2016-10-26 Jakub Jelinek <jakub@redhat.com>
Martin Liska <mliska@suse.cz>
fprintf (file, "%s0x%08lx", IMMEDIATE_PREFIX, l);
break;
}
- /* Fall through. Let output_addr_const deal with it. */
+ /* FALLTHRU */
+ /* Let output_addr_const deal with it. */
case CONST_INT:
fprintf(file,"%s",IMMEDIATE_PREFIX);
if (code == 'C' || code == 'X')