2016-10-26 Jeff Law <law@redhat.com>
+ * config/sh/sh.c (output_branch): Add missing fallthru comments.
+ (gen_shl_and): Likewise.
+ * config/sh/sh.md (movsicc): Add missing fallthru comments.
+
* config/mips/mips.c (mips16_constant_cost): Add missing
fallthru comments.
(mips16_build_call_stub): Increase buffer size. Adjust
return "";
}
+ /* FALLTHRU */
/* When relaxing, handle this like a short branch. The linker
will fix it up if it still doesn't fit after relaxation. */
case 2:
return "";
}
- /* When relaxing, fall through. */
+ /* FALLTHRU */
case 4:
{
char buffer[10];
*total = COSTS_N_INSNS (1);
return true;
}
- /* Fall through to shiftcosts. */
+ /* FALLTHRU */
case ASHIFT:
case ASHIFTRT:
{
}
case 4:
shift_gen_fun = gen_shifty_op;
+ /* FALLTHRU */
case 3:
/* If the topmost bit that matters is set, set the topmost bits
that don't matter. This way, we might be able to get a shorter
signed constant. */
if (mask & ((HOST_WIDE_INT) 1 << (31 - total_shift)))
mask |= (HOST_WIDE_INT) ((HOST_WIDE_INT_M1U) << (31 - total_shift));
+ /* FALLTHRU */
case 2:
/* Don't expand fine-grained when combining, because that will
make the pattern fail. */
align_insn = scan;
need_align = false;
}
+ /* FALLTHRU */
case DImode:
for (lab = p->label; lab; lab = LABEL_REFS (lab))
scan = emit_label_after (lab, scan);
case LT: case LE: case LEU: case LTU:
if (GET_MODE_CLASS (GET_MODE (op0)) != MODE_INT)
break;
+ /* FALLTHRU */
case NE:
new_code = reverse_condition (code);
break;