x86: Remove broadcast_not_on_src_operand
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 23 Jul 2018 12:43:43 +0000 (05:43 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 23 Jul 2018 12:43:43 +0000 (05:43 -0700)
Remove broadcast_not_on_src_operand since it is unused.

* config/tc-i386.c (i386_error): Remove
broadcast_not_on_src_operand.
(match_template): Likewse.

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

index 8b3624648df3427f475d18e303f7b3ed95b5b2a7..39d627d8faf9cee0d5c68264d6c271b3775b4bcf 100644 (file)
@@ -1,3 +1,9 @@
+2018-07-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (i386_error): Remove
+       broadcast_not_on_src_operand.
+       (match_template): Likewse.
+
 2018-07-23  Claudiu Zissulescu <claziss@synopsys.com>
 
        * testsuite/gas/arc/st.d: Fix test.
index 575b017af42a9f6c16f46470495a096a7dbef034..8768d688dd319d241c5b8fa36fdb1fef3020714d 100644 (file)
@@ -269,7 +269,6 @@ enum i386_error
     invalid_vector_register_set,
     unsupported_vector_index_register,
     unsupported_broadcast,
-    broadcast_not_on_src_operand,
     broadcast_needed,
     unsupported_masking,
     mask_not_on_destination,
@@ -5769,9 +5768,6 @@ check_reverse:
        case unsupported_broadcast:
          err_msg = _("unsupported broadcast");
          break;
-       case broadcast_not_on_src_operand:
-         err_msg = _("broadcast not on source memory operand");
-         break;
        case broadcast_needed:
          err_msg = _("broadcast is needed for operand of such type");
          break;
This page took 0.034869 seconds and 4 git commands to generate.