aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sh
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2016-09-27 13:53:10 +0000
committerMarek Polacek <mpolacek@gcc.gnu.org>2016-09-27 13:53:10 +0000
commitbe594fbc037b5a078d02306474e1b591664ad314 (patch)
tree2879e9f9425b32a4669ebfa9a4c70f53ad5cb69f /gcc/config/sh
parent4c74215cdeecfc00371a8df492f2ad8c0cb25267 (diff)
downloadgcc-be594fbc037b5a078d02306474e1b591664ad314.zip
gcc-be594fbc037b5a078d02306474e1b591664ad314.tar.gz
gcc-be594fbc037b5a078d02306474e1b591664ad314.tar.bz2
c6x.h: Adjust fall through comment.
* config/c6x/c6x.h: Adjust fall through comment. * config/sh/sh.c (final_prescan_insn): Likewise. * config/visium/visium.c (visium_expand_int_cstore): Likewise. (visium_expand_fp_cstore): Likewise. From-SVN: r240539
Diffstat (limited to 'gcc/config/sh')
-rw-r--r--gcc/config/sh/sh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c
index e5b8088..4152ecf 100644
--- a/gcc/config/sh/sh.c
+++ b/gcc/config/sh/sh.c
@@ -6551,7 +6551,7 @@ final_prescan_insn (rtx_insn *insn, rtx *opvec ATTRIBUTE_UNUSED,
(asm_out_file, "L", CODE_LABEL_NUMBER (XEXP (note, 0)));
break;
}
- /* else FALLTHROUGH */
+ /* FALLTHROUGH */
case CALL:
asm_fprintf (asm_out_file, "\t.uses %LL%d\n",
CODE_LABEL_NUMBER (XEXP (note, 0)));