Commit 4c74215c by Marek Polacek Committed by Marek Polacek

ia64.c (ia64_print_operand): Adjust fall through comment.

	* config/ia64/ia64.c (ia64_print_operand): Adjust fall through
	comment.

From-SVN: r240538
parent c5cb628e
2016-09-27 Marek Polacek <polacek@redhat.com>
* config/ia64/ia64.c (ia64_print_operand): Adjust fall through
comment.
2016-09-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com> 2016-09-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/arm/arm.c (const_ok_for_op): Use "Fall through" comment form * config/arm/arm.c (const_ok_for_op): Use "Fall through" comment form
......
...@@ -5550,7 +5550,7 @@ ia64_print_operand (FILE * file, rtx x, int code) ...@@ -5550,7 +5550,7 @@ ia64_print_operand (FILE * file, rtx x, int code)
case POST_DEC: case POST_DEC:
case POST_MODIFY: case POST_MODIFY:
x = XEXP (x, 0); x = XEXP (x, 0);
/* ... fall through ... */ /* fall through */
case REG: case REG:
fputs (reg_names [REGNO (x)], file); fputs (reg_names [REGNO (x)], file);
......
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