* i386.md (movsi_insv_1, movsi_insv_1_rex64): Fix constraints.
authorJan Hubicka <jh@suse.cz>
Mon, 25 Jun 2001 09:16:37 +0000 (11:16 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 25 Jun 2001 09:16:37 +0000 (09:16 +0000)
From-SVN: r43552

gcc/ChangeLog
gcc/config/i386/i386.md

index 3c66502..6e033da 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jun 25 11:10:51 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (movsi_insv_1, movsi_insv_1_rex64): Fix constraints.
+
 2001-06-25  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * doc/c-tree.texi, doc/contrib.texi, doc/extend.texi,
index 2b4954c..791bf9e 100644 (file)
   [(set (zero_extract:SI (match_operand 0 "ext_register_operand" "+Q")
                         (const_int 8)
                         (const_int 8))
-       (match_operand:SI 1 "general_operand" "Qmi"))]
+       (match_operand:SI 1 "general_operand" "Qmn"))]
   "!TARGET_64BIT"
   "mov{b}\\t{%b1, %h0|%h0, %b1}"
   [(set_attr "type" "imov")
   [(set (zero_extract:SI (match_operand 0 "ext_register_operand" "+Q")
                         (const_int 8)
                         (const_int 8))
-       (match_operand:SI 1 "nonmemory_operand" "Qi"))]
+       (match_operand:SI 1 "nonmemory_operand" "Qn"))]
   "TARGET_64BIT"
   "mov{b}\\t{%b1, %h0|%h0, %b1}"
   [(set_attr "type" "imov")