h8300.c (byte_reg): Use gcc_assert and gcc_unreachable as appropriate.
authorNathan Sidwell <nathan@codesourcery.com>
Sat, 30 Apr 2005 16:04:24 +0000 (16:04 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Sat, 30 Apr 2005 16:04:24 +0000 (16:04 +0000)
commit8c4408725333a495b8b5fa2eed58fb94627cacff
tree3c0c8fe2ec71588339d3a99300712c5c866bb795
parentedd954e6204fd9a4177696e580bb35a80593a365
h8300.c (byte_reg): Use gcc_assert and gcc_unreachable as appropriate.

* config/h8300/h8300.c (byte_reg): Use gcc_assert and
gcc_unreachable as appropriate.
(split_adds_subs, cond_string, print_operand,
h8300_initial_elimination_offset, h8300_classify_operand,
h8300_unary_length, h8300_short_immediate_length,
h8300_bitfield_length, h8300_binary_length,
h8300_insn_length_from_table, compute_mov_length, output_plussi,
compute_plussi_length, compute_plussi_cc, output_logical_op,
compute_logical_op_length, compute_logical_op_cc,
output_h8sx_shift, get_shift_alg, h8300_shift_needs_scratch_p,
output_a_shift, compute_a_shift_length, compute_a_shift_cc,
output_a_rotate, compute_a_rotate_length, fix_bit_operand,
h8300_regs_ok_for_stm): Likewise.
* config/h8300/h8300.md (*movsi_h8300, *movsf_h8300,
monitor_prologue): Likewise.

From-SVN: r99037
gcc/ChangeLog
gcc/config/h8300/h8300.c
gcc/config/h8300/h8300.md