projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
567310a
)
* i386.c (q_regs_operand): Use ANY_QI_REGS_P.
author
Jan Hubicka
<jh@suse.cz>
Mon, 6 May 2002 16:07:03 +0000
(18:07 +0200)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Mon, 6 May 2002 16:07:03 +0000
(16:07 +0000)
From-SVN: r53224
gcc/ChangeLog
patch
|
blob
|
history
gcc/config/i386/i386.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 543d1c61fa2524e72facca601b1be06cf2104189..840d693784cd8063b80324f869bc3c77d0fb5c9e 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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
diff --git
a/gcc/config/i386/i386.c
b/gcc/config/i386/i386.c
index bc4cf7b589b4f9fb2d87538d66b570eea220cb7e..8a2d13a4b4fc1ceafeaedd6359968d581615df85 100644
(file)
--- a/
gcc/config/i386/i386.c
+++ b/
gcc/config/i386/i386.c
@@
-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. */