r176234 - in /branches/x32/gcc: ChangeLog.x32 e...

hjl@gcc.gnu.org hjl@gcc.gnu.org
Wed Jul 13 13:26:00 GMT 2011


Author: hjl
Date: Wed Jul 13 13:26:55 2011
New Revision: 176234

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176234
Log:
Add convert_modes_1 and convert_memory_address_addr_space_1.

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

	* explow.c (convert_memory_address_addr_space_1): New.
	(convert_memory_address_addr_space): Use it.

	* expr.c (convert_modes_1): New.
	(convert_modes): Use it.

	* expr.h (convert_modes_1): New.

	* rtl.h (convert_memory_address_addr_space_1): New.
	(convert_memory_address_1): Likewise.

	* simplify-rtx.c (simplify_unary_operation_1): Call
	convert_memory_address_1 instead of convert_memory_address.

Modified:
    branches/x32/gcc/ChangeLog.x32
    branches/x32/gcc/explow.c
    branches/x32/gcc/expr.c
    branches/x32/gcc/expr.h
    branches/x32/gcc/rtl.h
    branches/x32/gcc/simplify-rtx.c



More information about the Gcc-cvs mailing list