diff options
| author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-15 05:15:10 +0000 |
|---|---|---|
| committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-15 05:15:10 +0000 |
| commit | 1640ce9b451727e9bb65cf8ca5cbcd2ef4243259 (patch) | |
| tree | 55e14d7325b99cc683942f6bf6f88c3107e0dcaf | |
| parent | 0e1e143e7727845141bf440a9ec2969f611accfb (diff) | |
| download | ppe42-gcc-1640ce9b451727e9bb65cf8ca5cbcd2ef4243259.tar.gz ppe42-gcc-1640ce9b451727e9bb65cf8ca5cbcd2ef4243259.zip | |
* i386.md (movstricthi_1): Allow r/r.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29999 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/i386/i386.md | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index af463a9c3ae..5dacdbdaa8c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Thu Oct 14 22:14:23 1999 Richard Henderson <rth@cygnus.com> + + * i386.md (movstricthi_1): Allow r/r. + Thu Oct 14 19:44:08 1999 Jan Hubicka <hubicka@freesoft.cz> * fold-const.c (fold): Move bit_rotate code to the EXPR_PLUS case, diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 6f714dd7d7a..22a081c1a25 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -1365,7 +1365,7 @@ }") (define_insn "*movstricthi_1" - [(set (strict_low_part (match_operand:HI 0 "nonimmediate_operand" "+m,r")) + [(set (strict_low_part (match_operand:HI 0 "nonimmediate_operand" "+rm,r")) (match_operand:HI 1 "general_operand" "rn,m"))] "! TARGET_PARTIAL_REG_STALL && (GET_CODE (operands[0]) != MEM || GET_CODE (operands[1]) != MEM)" |

