mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 22:41:28 +08:00
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:
parent
c75095b27b
commit
22116d840a
@ -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
|
||||
|
@ -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)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user