This is the mail archive of the gcc-patches@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]

Re: [named-addr-space] Remove memory_address_addr_space_p


On Tue, Jun 16, 2009 at 07:50:54AM -0400, Paolo Bonzini wrote:
> This is the cleanup patch to eliminate memory_address_addr_space_p
> and simply call the hook directly.
> 
> 2009-06-07  Paolo Bonzini  <bonzini@gnu.org>
> 
> 	* recog.c (memory_address_addr_space_p): Delete.
> 	* recog.h (memory_address_addr_space_p,
> 	strict_memory_address_addr_space_p): Delete.
> 	* explow.c (memory_address_addr_space, validize_mem): Use
> 	hook directly.
> 	* emit-rtl.c (change_address_1, adjust_address_1,
> 	offset_address): Likewise.
> 	* expr.h (emit_move_insn, expand_expr_real_1): Likewise.

Ok.

-- 
Michael Meissner, IBM
4 Technology Place Drive, MS 2203A, Westford, MA, 01886, USA
meissner@linux.vnet.ibm.com


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