re PR rtl-optimization/17728 (ICE in extract_insn, at recog.c:2083, unrecognizable...
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sun, 27 Feb 2005 16:32:12 +0000 (16:32 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 27 Feb 2005 16:32:12 +0000 (16:32 +0000)
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

gcc/ChangeLog
gcc/config/pa/pa.md

index 4552e188b9aef13ce1d22ac1b1f06270077db21a..5730b9441c6e7d8cf1a6b592e35e2ddaba555e17 100644 (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
index 9a434a6095f8062cc6b225445b032468a6553759..6f8f42dd3e72c3448bdc7f9014cd5a118feacbff 100644 (file)
              (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))]
   ""
   "
 {
              (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))]
   ""
   "
 {
              (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))]
   ""
   "
 {
              (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))]
   ""
   "
 {
              (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))]
   ""
   "
 {