attribute rather than comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246101
138bc75d-0d04-0410-961f-
82ee72b054a4
2017-03-13 Jeff Law <law@redhat.com>
+ * config/riscv/riscv.c (riscv_emit_float_compare): Use fallthru
+ attribute rather than comments.
+
* config/pdp11/pdp11.md (movmemhi): Adjust operand numbers to
match_scratch operand is highest.
case UNLT:
std::swap (cmp_op0, cmp_op1);
- /* Fall through. */
+ __attribute__((fallthrough));
UNORDERED_COMPARISON(UNGT, le)
case UNLE:
std::swap (cmp_op0, cmp_op1);
- /* Fall through. */
+ __attribute__((fallthrough));
UNORDERED_COMPARISON(UNGE, lt)
#undef UNORDERED_COMPARISON