From: Jeff Law Date: Wed, 26 Oct 2016 16:19:55 +0000 (-0600) Subject: * config/fr30/fr30.c (fr30_print_operand): Adjust fallthru comment. X-Git-Tag: basepoints/gcc-8~3576 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=32502b58e2a59b41c4ef81e485b5999c88d86a69;p=thirdparty%2Fgcc.git * config/fr30/fr30.c (fr30_print_operand): Adjust fallthru comment. From-SVN: r241579 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 12f9c0294758..45ae4eab82ac 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -35,6 +35,8 @@ 2016-10-26 Jeff Law + * config/fr30/fr30.c (fr30_print_operand): Adjust fallthru comment. + * config/frv/frv.c (comparison_string): Do not fall through after an error. diff --git a/gcc/config/fr30/fr30.c b/gcc/config/fr30/fr30.c index 187302bc0256..d8e95cb857e4 100644 --- a/gcc/config/fr30/fr30.c +++ b/gcc/config/fr30/fr30.c @@ -688,7 +688,8 @@ fr30_print_operand (FILE *file, rtx x, int code) break; } - /* Fall through. Let output_addr_const deal with it. */ + /* FALLTHRU */ + /* Let output_addr_const deal with it. */ default: output_addr_const (file, x); break;