]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 17:14:31 +0000 (17:14 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 27 Feb 2005 17:14:31 +0000 (17:14 +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: r95620

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

index 095540bbfb8669592c8460e621f9df28cac2be61..15d9fc334bef23b1a59c51bcfb19c0997a1a9fc4 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  Paolo Carlini  <pcarlini@suse.de>
 
        * doc/extend.texi (Declaring Attributes of Functions)<noreturn>:
index 22067388106a28546fd13c8b425c176b19ecb9c7..5b3a612c72d7c97500164e6dc2184dc77bcca3b7 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))]
   ""
   "
 {