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]

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


Author: hjl
Date: Fri Jul 22 16:10:33 2011
New Revision: 176636

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176636
Log:
Replace copy_to_mode_reg with force_reg.

2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>

	* config/i386/i386.c (ix86_expand_move): Move convert_to_mode
	after force_operand.
	(ix86_expand_call): Use force_reg after convert_to_mode.
	(ix86_expand_special_args_builtin): Likewise.
	(ix86_expand_builtin): Likewise.

Modified:
    branches/x32/gcc/ChangeLog.x32
    branches/x32/gcc/config/i386/i386.c


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