summaryrefslogtreecommitdiff
path: root/gcc/config/h8300/h8300.md
diff options
context:
space:
mode:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-30 16:04:24 +0000
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-30 16:04:24 +0000
commit3afe906b6e3668c7caba46259776d3c3c3642dbd (patch)
tree3c0c8fe2ec71588339d3a99300712c5c866bb795 /gcc/config/h8300/h8300.md
parent703056c90640a8205bb7cc64c94e72a36834c6eb (diff)
downloadgcc-3afe906b6e3668c7caba46259776d3c3c3642dbd.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99037 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/h8300/h8300.md')
-rw-r--r--gcc/config/h8300/h8300.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md
index d8c0e3c62bf..0d3cd6e3a46 100644
--- a/gcc/config/h8300/h8300.md
+++ b/gcc/config/h8300/h8300.md
@@ -423,7 +423,7 @@
case 5:
return \"mov.w %T1,%e0\;mov.w %T1,%f0\";
default:
- abort ();
+ gcc_unreachable ();
}
}"
[(set (attr "length")
@@ -844,7 +844,7 @@
case 5:
return \"mov.w %T1,%e0\;mov.w %T1,%f0\";
default:
- abort ();
+ gcc_unreachable ();
}
}"
[(set (attr "length")
@@ -2604,7 +2604,7 @@
return \"mov.l\\ter0,@-er7\;stc\\tccr,r0l\;mov.b\\tr0l,@(4,er7)\;mov.l\\t@er7+,er0\;orc\\t#128,ccr\";
else if (TARGET_H8300S)
return \"stc\texr,@-er7\;mov.l\\ter0,@-er7\;stc\tccr,r0l\;mov.b\tr0l,@(6,er7)\;mov.l\\t@er7+,er0\;orc\t#128,ccr\";
- abort ();
+ gcc_unreachable ();
}"
[(set_attr "length" "20")])