re PR rtl-optimization/17728 (ICE in extract_insn, at recog.c:2083, unrecognizable insn)

PR rtl-optimization/17728
	* pa.md (mulsi3, divsi3, udivsi3, modsi3): Change predicate for
	operand 0 from general_operand to move_dest_operand.

From-SVN: r95616
This commit is contained in:
John David Anglin 2005-02-27 16:32:12 +00:00 committed by John David Anglin
parent 34d6d42fb4
commit c0d1271293
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,9 @@
2005-02-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR rtl-optimization/17728
* pa.md (mulsi3, divsi3, udivsi3, modsi3): Change predicate for
operand 0 from general_operand to move_dest_operand.
2005-02-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* pa/elf.h, pa/som.h (ASM_OUTPUT_EXTERNAL): Use assemble_name_raw

View File

@ -5101,7 +5101,7 @@
(clobber (reg:SI 26))
(clobber (reg:SI 25))
(clobber (match_dup 4))])
(set (match_operand:SI 0 "general_operand" "") (reg:SI 29))]
(set (match_operand:SI 0 "move_dest_operand" "") (reg:SI 29))]
""
"
{
@ -5227,7 +5227,7 @@
(clobber (reg:SI 26))
(clobber (reg:SI 25))
(clobber (match_dup 5))])
(set (match_operand:SI 0 "general_operand" "") (reg:SI 29))]
(set (match_operand:SI 0 "move_dest_operand" "") (reg:SI 29))]
""
"
{
@ -5283,7 +5283,7 @@
(clobber (reg:SI 26))
(clobber (reg:SI 25))
(clobber (match_dup 5))])
(set (match_operand:SI 0 "general_operand" "") (reg:SI 29))]
(set (match_operand:SI 0 "move_dest_operand" "") (reg:SI 29))]
""
"
{
@ -5340,7 +5340,7 @@
(clobber (reg:SI 26))
(clobber (reg:SI 25))
(clobber (match_dup 5))])
(set (match_operand:SI 0 "general_operand" "") (reg:SI 29))]
(set (match_operand:SI 0 "move_dest_operand" "") (reg:SI 29))]
""
"
{
@ -5392,7 +5392,7 @@
(clobber (reg:SI 26))
(clobber (reg:SI 25))
(clobber (match_dup 5))])
(set (match_operand:SI 0 "general_operand" "") (reg:SI 29))]
(set (match_operand:SI 0 "move_dest_operand" "") (reg:SI 29))]
""
"
{