From: Jason R Thorpe Date: Wed, 3 May 2000 21:17:35 +0000 (+0000) Subject: * config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=122ddbf9b3572a25d22a83a9f2bbf9442ced99fb;p=gcc.git * config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint. From-SVN: r33645 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a652f790a8c..f0ce1ce44e9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-05-03 Jason R Thorpe + + * config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint. + 2000-05-03 Richard Henderson * mklibgcc.in: Restrict OLDCC=GCC test to native. Equate diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 8b9b2530e78..9e558f2dd6c 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -6561,7 +6561,7 @@ (lshiftrt:QI (match_operand:QI 1 "nonimmediate_operand" "0") (match_operand:QI 2 "immediate_operand" "I")) (const_int 0))) - (set (match_operand:QI 0 "nonimmediate_operand" "=rm") + (set (match_operand:QI 0 "nonimmediate_operand" "=qm") (lshiftrt:QI (match_dup 1) (match_dup 2)))] "ix86_match_ccmode (insn, CCNOmode) && ix86_binary_operator_ok (LSHIFTRT, QImode, operands)"