]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove the extra VEX check
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 4 May 2012 18:06:38 +0000 (18:06 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 4 May 2012 18:06:38 +0000 (18:06 +0000)
* config/tc-i386.c (output_insn): Remove the extra VEX check.

gas/ChangeLog
gas/config/tc-i386.c

index 8196733b2b0b42800a7d52693d24a91cc6bb4998..ea8fa52e143f56aec1c2144e635cde3168b873f7 100644 (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
index 3e47349d8000956e33e9d56be6b9ccfe7586371f..62085a035a2dcb5cb40a38e3e7aeab18debb9d0f 100644 (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)