re PR target/16909 ("unrecognizable insn" ICE during bootstrap with-cpu=nocona)

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
This commit is contained in:
H.J. Lu 2004-08-10 21:40:02 +00:00 committed by H.J. Lu
parent c75095b27b
commit 22116d840a
2 changed files with 7 additions and 2 deletions

View 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

View File

@ -16770,8 +16770,8 @@
"")
(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)))