Remove the extra VEX check

* config/tc-i386.c (output_insn): Remove the extra VEX check.
This commit is contained in:
H.J. Lu
2012-05-04 18:06:38 +00:00
parent 10efe3f6ab
commit ae5c1c7b1d
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (output_insn): Remove the extra VEX check.
2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (match_template): Improve unsupported error

View File

@ -6257,8 +6257,7 @@ check_prefix:
if (*q)
FRAG_APPEND_1_CHAR (*q);
}
if (i.tm.opcode_modifier.vex)
else
{
for (j = 0, q = i.prefix; j < ARRAY_SIZE (i.prefix); j++, q++)
if (*q)