Commit f34bf3d9 by Jeff Law Committed by Jeff Law

epiphany.c (epiphany_print_operand): Adjust fallthru comment.

	* config/epiphany/epiphany.c (epiphany_print_operand): Adjust
	fallthru comment.

From-SVN: r241582
parent 3693a620
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>
......
......@@ -1354,7 +1354,8 @@ epiphany_print_operand (FILE *file, rtx x, int code)
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')
......
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