This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r154178 - in /trunk/gcc: ChangeLog config/i386/...
- From: uros at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sat, 14 Nov 2009 14:31:13 -0000
- Subject: r154178 - in /trunk/gcc: ChangeLog config/i386/...
Author: uros
Date: Sat Nov 14 14:31:13 2009
New Revision: 154178
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154178
Log:
* config/i386/predicates.md (call_register_no_elim_operand):
New predicate. Reject stack register as valid call operand
for 32bit targets.
(call_insn_operand): Use call_register_no_elim_operand.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/i386/predicates.md