OSDN Git Service

* i386.c (q_regs_operand): Use ANY_QI_REGS_P.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 May 2002 16:07:03 +0000 (16:07 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 May 2002 16:07:03 +0000 (16:07 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53224 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/i386.c

index 543d1c6..840d693 100644 (file)
@@ -1,3 +1,7 @@
+Mon May  6 18:03:11 CEST 2002  Jan Hubicka  <jh@suse.cz>
+
+       * i386.c (q_regs_operand): Use ANY_QI_REGS_P.
+
 2002-05-06  David S. Miller  <davem@redhat.com>
 
        * config/sparc/sparc.c (emit_soft_tfmode_libcall): Do not
index bc4cf7b..8a2d13a 100644 (file)
@@ -3139,7 +3139,7 @@ q_regs_operand (op, mode)
     return 0;
   if (GET_CODE (op) == SUBREG)
     op = SUBREG_REG (op);
-  return QI_REG_P (op);
+  return ANY_QI_REG_P (op);
 }
 
 /* Return true if op is a NON_Q_REGS class register.  */