MIPS16: Remove unused `>' operand code
[deliverable/binutils-gdb.git] / gas / config / tc-mips.c
index a9d6f6ba1611da1618a6f8fd9199bfeb78757378..4288d96271f7efdcf54379cbd5a0c7c84de020e5 100644 (file)
@@ -3217,7 +3217,7 @@ is_opcode_valid (const struct mips_opcode *mo)
   int fp_s, fp_d;
   unsigned int i;
 
-  if (ISA_HAS_64BIT_REGS (mips_opts.isa))
+  if (ISA_HAS_64BIT_REGS (isa))
     for (i = 0; i < ARRAY_SIZE (mips_ases); i++)
       if ((ase & mips_ases[i].flags) == mips_ases[i].flags)
        ase |= mips_ases[i].flags64;
@@ -8723,7 +8723,6 @@ mips16_macro_build (expressionS *ep, const char *name, const char *fmt,
          break;
 
        case '<':
-       case '>':
        case '4':
        case '5':
        case 'H':
This page took 0.028814 seconds and 4 git commands to generate.