combine.c (simplify_comparison): Add canonical FALLTHROUGH comments.
authorJakub Jelinek <jakub@redhat.com>
Tue, 27 Sep 2016 08:15:26 +0000 (10:15 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 27 Sep 2016 08:15:26 +0000 (10:15 +0200)
commit6a245c05be60e19ab349077601ddc9ae51324423
tree47999c44a971eddccb9a241ce0262c4e9760f28c
parentf2e0c4e1ce34642b613ec2ed6cd2be83b1753849
combine.c (simplify_comparison): Add canonical FALLTHROUGH comments.

* combine.c (simplify_comparison): Add canonical FALLTHROUGH comments.
* config/i386/i386.c (ix86_dep_by_shift_count_body): Add FALLTHROUGH
comments.  Remove break after return.
(ix86_fp_compare_code_to_integer, has_dispatch,
ix86_simd_clone_usable): Remove break after return.

From-SVN: r240523
gcc/ChangeLog
gcc/combine.c
gcc/config/i386/i386.c