re PR target/16909 ("unrecognizable insn" ICE during bootstrap with-cpu=nocona)
authorH.J. Lu <hongjiu.lu@intel.com>
Tue, 10 Aug 2004 21:40:02 +0000 (21:40 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Tue, 10 Aug 2004 21:40:02 +0000 (14:40 -0700)
2004-08-10  H.J. Lu  <hongjiu.lu@intel.com>

PR target/16909
* config/i386/i386.md (*strsetdi_rex_1): Use DI instead of SI.

From-SVN: r85769

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

index c36374ecf2d419bad7f169ee150601e876eaba38..56acb0ebee671141d48e388c6078ba5cda071977 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR target/16909
+       * config/i386/i386.md (*strsetdi_rex_1): Use DI instead of SI.
+
 2004-08-10  Janis Johnson  <janis187@us.ibm.com>
 
        * doc/sourcebuild.texi (compat testing): Document available test
index 12c051e010f729709adb24b49597d9762b12a257..31f35176fb84661492f2e4b569b0084d20c10dd1 100644 (file)
   "")
 
 (define_insn "*strsetdi_rex_1"
-  [(set (mem:SI (match_operand:DI 1 "register_operand" "0"))
-       (match_operand:SI 2 "register_operand" "a"))
+  [(set (mem:DI (match_operand:DI 1 "register_operand" "0"))
+       (match_operand:DI 2 "register_operand" "a"))
    (set (match_operand:DI 0 "register_operand" "=D")
        (plus:DI (match_dup 1)
                 (const_int 8)))