This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r169062 - in /branches/x32/gcc: ChangeLog.x32 c...


Author: hjl
Date: Thu Jan 20 19:06:03 2011
New Revision: 169062

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169062
Log:
Use x32_lea_nonmemory_operand on 64bit LEA split.

gcc/

2011-01-20  H.J. Lu  <hongjiu.lu@intel.com>

	PR target/47381
	* config/i386/i386.md (64bit LEA split): Replace nonmemory_operand
	with x32_lea_nonmemory_operand.

gcc/testsuite/

2011-01-20  H.J. Lu  <hongjiu.lu@intel.com>

	PR target/47381
	* gcc.target/i386/pr47381-3.c: New.

Added:
    branches/x32/gcc/testsuite/gcc.target/i386/pr47381-3.c
Modified:
    branches/x32/gcc/ChangeLog.x32
    branches/x32/gcc/config/i386/i386.md
    branches/x32/gcc/testsuite/ChangeLog.x32


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]