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:
parent
c5cb628eeb
commit
4c74215cde
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user