+2016-09-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+
+ * config/arm/arm.c (const_ok_for_op): Use "Fall through" comment form
+ expected by -Wimplicit-fallthrough.
+ (thumb1_size_rtx_costs): Likewise.
+ (thumb2_reorg): Likewise.
+ (tls_mentioned_p): Add "Fall through" comment.
+ (thumb2_reorg): Likewise.
+ * config/arm/arm-builtins.c (arm_expand_neon_args): Use "Fall through"
+ comment form expected by -Wimplicit-fallthrough.
+
2016-09-27 Martin Liska <mliska@suse.cz>
PR gcov-profile/46266
enum machine_mode vmode = mode[argc - 1];
neon_lane_bounds (op[argc], 0, GET_MODE_NUNITS (vmode), exp);
}
- /* Fall through - if the lane index isn't a constant then
- the next case will error. */
-
+ /* If the lane index isn't a constant then the next
+ case will error. */
+ /* Fall through. */
case NEON_ARG_CONSTANT:
constant_arg:
if (!(*insn_data[icode].operand[opno].predicate)
&& ((i & 0xfffff000) == 0
|| ((-i) & 0xfffff000) == 0))
return 1;
- /* else fall through. */
-
+ /* Fall through. */
case COMPARE:
case EQ:
case NE:
|| (GET_CODE (XEXP (x, 1)) == MULT
&& power_of_two_operand (XEXP (XEXP (x, 1), 1), SImode)))
return COSTS_N_INSNS (2);
- /* On purpose fall through for normal RTX. */
+ /* Fall through. */
case COMPARE:
case NEG:
case NOT:
if (XINT (x, 1) == UNSPEC_TLS)
return 1;
+ /* Fall through. */
default:
return 0;
}
test the global flag here. */
if (!optimize_size)
break;
- /* else fall through. */
+ /* Fall through. */
case AND:
case IOR:
case XOR: