From: Marek Polacek Date: Tue, 27 Sep 2016 13:43:45 +0000 (+0000) Subject: ia64.c (ia64_print_operand): Adjust fall through comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4c74215cdeecfc00371a8df492f2ad8c0cb25267;p=gcc.git ia64.c (ia64_print_operand): Adjust fall through comment. * config/ia64/ia64.c (ia64_print_operand): Adjust fall through comment. From-SVN: r240538 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 374a0841b7d..19ba2705ba8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-09-27 Marek Polacek + + * config/ia64/ia64.c (ia64_print_operand): Adjust fall through + comment. + 2016-09-27 Kyrylo Tkachov * config/arm/arm.c (const_ok_for_op): Use "Fall through" comment form diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c index 573872eb85f..d32823a5b7e 100644 --- a/gcc/config/ia64/ia64.c +++ b/gcc/config/ia64/ia64.c @@ -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);