* 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
* config/ia64/ia64.c (ia64_print_operand): 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.
+
2016-09-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/arm/arm.c (const_ok_for_op): Use "Fall through" comment form
\
case C6X_CPU_C64XP: \
builtin_define ("_TMS320C6400_PLUS"); \
- /* ... fall through ... */ \
+ /* fall through */ \
case C6X_CPU_C64X: \
builtin_define ("_TMS320C6400"); \
break; \
\
case C6X_CPU_C67XP: \
builtin_define ("_TMS320C6700_PLUS"); \
- /* ... fall through ... */ \
+ /* fall through */ \
case C6X_CPU_C67X: \
builtin_define ("_TMS320C6700"); \
break; \
(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)));
code = reverse_condition (code);
reverse = true;
- /* ... fall through ... */
+ /* fall through */
case LTU:
case GTU:
code = reverse_condition_maybe_unordered (code);
reverse = true;
- /* ... fall through ... */
+ /* fall through */
case LT:
case GT: