From: Marek Polacek Date: Fri, 30 Sep 2016 16:52:53 +0000 (+0000) Subject: * config/alpha/predicates.md: Adjust fall through comment. X-Git-Tag: basepoints/gcc-8~4246 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc240abcf67d2688bffa7bf0899a0f4ca07d4142;p=thirdparty%2Fgcc.git * config/alpha/predicates.md: Adjust fall through comment. From-SVN: r240667 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 52d81424ee71..e17581aab2e5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,7 @@ 2016-09-30 Marek Polacek * config/aarch64/aarch64-simd.md: Adjust fall through comments. + * config/alpha/predicates.md: Likewise. 2016-09-30 Kyrylo Tkachov diff --git a/gcc/config/alpha/predicates.md b/gcc/config/alpha/predicates.md index 24fa3c2ae246..ca14fad0cc5c 100644 --- a/gcc/config/alpha/predicates.md +++ b/gcc/config/alpha/predicates.md @@ -181,7 +181,7 @@ case SUBREG: if (register_operand (op, mode)) return 1; - /* ... fall through ... */ + /* fall through */ case MEM: return ((TARGET_BWX || (mode != HImode && mode != QImode)) && general_operand (op, mode));