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

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

From-SVN: r240538
This commit is contained in:
Marek Polacek 2016-09-27 13:43:45 +00:00 committed by Marek Polacek
parent c5cb628eeb
commit 4c74215cde
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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>
* config/arm/arm.c (const_ok_for_op): Use "Fall through" comment form

View File

@ -5550,7 +5550,7 @@ ia64_print_operand (FILE * file, rtx x, int code)
case POST_DEC:
case POST_MODIFY:
x = XEXP (x, 0);
/* ... fall through ... */
/* fall through */
case REG:
fputs (reg_names [REGNO (x)], file);