* config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.
authorJason R Thorpe <thorpej@zembu.com>
Wed, 3 May 2000 21:17:35 +0000 (21:17 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 3 May 2000 21:17:35 +0000 (14:17 -0700)
From-SVN: r33645

gcc/ChangeLog
gcc/config/i386/i386.md

index a652f790a8c22c407817fa2022199fb6e6f1514f..f0ce1ce44e9f6c417aa79f8ea1eb1b1b700d8bf6 100644 (file)
@@ -1,3 +1,7 @@
+2000-05-03  Jason R Thorpe  <thorpej@zembu.com>
+
+       * config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.
+
 2000-05-03  Richard Henderson  <rth@cygnus.com>
 
        * mklibgcc.in: Restrict OLDCC=GCC test to native.  Equate
index 8b9b2530e78709e780beca59efdda59eaad6454f..9e558f2dd6c58ca8cc49895d94a173d807b7e627 100644 (file)
          (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)"