diff options
Diffstat (limited to 'gcc/config/iq2000/iq2000.md')
| -rw-r--r-- | gcc/config/iq2000/iq2000.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/iq2000/iq2000.md b/gcc/config/iq2000/iq2000.md index 208b82c..0528a12 100644 --- a/gcc/config/iq2000/iq2000.md +++ b/gcc/config/iq2000/iq2000.md @@ -1729,8 +1729,7 @@ { if (operands[0]) /* eliminate unused code warnings */ { - if (GET_MODE (operands[0]) != Pmode) - abort (); + gcc_assert (GET_MODE (operands[0]) == Pmode); if (!(Pmode == DImode)) emit_jump_insn (gen_tablejump_internal1 (operands[0], operands[1])); |
