* i386.md (movstricthi_1): Allow r/r.

From-SVN: r29999
This commit is contained in:
Richard Henderson 1999-10-14 22:15:10 -07:00 committed by Richard Henderson
parent 79e8185c9c
commit fc524c1ca9
2 changed files with 5 additions and 1 deletions

View File

@ -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,

View File

@ -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)"