This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r164071 - in /trunk/gcc: ChangeLog config/i386/...
- From: uros at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 09 Sep 2010 10:36:11 -0000
- Subject: r164071 - in /trunk/gcc: ChangeLog config/i386/...
Author: uros
Date: Thu Sep 9 10:36:10 2010
New Revision: 164071
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164071
Log:
* config/i386/predicates.md (ext_register_operand): Check that
SUBREG_REG is really a register before looking for REGNO.
(reg_not_xmm0_operand): Handle SUBREGs correctly.
(nonimm_not_xmm0_operand): Call reg_not_xmm0_operand.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/i386/predicates.md