diff options
author | Richard Henderson <rth@cygnus.com> | 1999-10-14 22:15:10 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-10-14 22:15:10 -0700 |
commit | fc524c1ca957e387f2047e72e27cefb2aafdb1be (patch) | |
tree | 55e14d7325b99cc683942f6bf6f88c3107e0dcaf /gcc | |
parent | 79e8185c9ccfcb580b8b1bb81b49bdb44e4d97e2 (diff) | |
download | gcc-fc524c1ca957e387f2047e72e27cefb2aafdb1be.zip gcc-fc524c1ca957e387f2047e72e27cefb2aafdb1be.tar.gz gcc-fc524c1ca957e387f2047e72e27cefb2aafdb1be.tar.bz2 |
* i386.md (movstricthi_1): Allow r/r.
From-SVN: r29999
Diffstat (limited to 'gcc')
-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 af463a9..5dacdbd 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 6f714dd..22a081c 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)" |