* config/tc-mips.c (mips_ip): Remove dead format specifier code.

This commit is contained in:
Maciej W. Rozycki 2010-12-09 23:59:12 +00:00
parent 738f4d98b4
commit da7bc628fe
2 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2010-12-09 Maciej W. Rozycki <macro@codesourcery.com>
* config/tc-mips.c (mips_ip): Remove dead format specifier code.
2010-12-09 Maciej W. Rozycki <macro@codesourcery.com>
* config/tc-mips.c (file_ase_mips16): Adjust comment.

View File

@ -9517,7 +9517,6 @@ mips_ip (char *str, struct mips_cl_insn *ip)
INSERT_OPERAND (RS, *ip, regno);
break;
case 'd':
case 'G':
case 'K':
case 'g':
INSERT_OPERAND (RD, *ip, regno);
@ -9546,11 +9545,6 @@ mips_ip (char *str, struct mips_cl_insn *ip)
is $0. This only matches $0, and is checked
outside the switch. */
break;
case 'D':
/* Itbl operand; not yet implemented. FIXME ?? */
break;
/* What about all other operands like 'i', which
can be specified in the opcode table? */
}
lastregno = regno;
continue;