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: [PATCH] Fix find_reloads_address bug


On Thu, Jan 23, 2003 at 12:17:48AM +0100, Ulrich Weigand wrote:
> 	* reload.c (maybe_memory_address_p): New function.
> 	(find_reloads_address): Use it instead of memory_address_p.
> 	Do not modify the insn stream to contain non-canonical RTL
> 	unless replace_reloads is set.

Ok.

> ! 	   && ! maybe_memory_address_p (mode, ad, &XEXP (XEXP (ad, 0), 1)))
> ! 
>       {

Watch the stray whitespace.


r~


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