diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2005-02-27 16:32:12 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2005-02-27 16:32:12 +0000 |
commit | c0d127129367344cefe9efcd3f0f232ce1df3447 (patch) | |
tree | c7051e50c47c3aa7501c7680962ef1494892c7eb /gcc/config/pa | |
parent | 34d6d42fb48c22c2a17b948019c5fd162b74ff4a (diff) | |
download | gcc-c0d127129367344cefe9efcd3f0f232ce1df3447.zip gcc-c0d127129367344cefe9efcd3f0f232ce1df3447.tar.gz gcc-c0d127129367344cefe9efcd3f0f232ce1df3447.tar.bz2 |
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
Diffstat (limited to 'gcc/config/pa')
-rw-r--r-- | gcc/config/pa/pa.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 9a434a6..6f8f42d 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -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))] "" " { |