From fc524c1ca957e387f2047e72e27cefb2aafdb1be Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 14 Oct 1999 22:15:10 -0700 Subject: [PATCH] * i386.md (movstricthi_1): Allow r/r. From-SVN: r29999 --- gcc/ChangeLog | 4 ++++ gcc/config/i386/i386.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * i386.md (movstricthi_1): Allow r/r. + Thu Oct 14 19:44:08 1999 Jan Hubicka * 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)" -- 2.30.2