On 08/08/2014 08:51 PM, Andrew Pinski wrote:
> ChangeLog:
>       * explow.c (convert_memory_address_addr_space): Rename to ...
>       (convert_memory_address_addr_space_1): This.  Add in_const argument.
>       Inside a CONST RTL, permute the conversion and addition of constant
>       for zero and sign extended pointers.
>       (convert_memory_address_addr_space): New function.

Ok, with one nit...

> +           && ((in_const && POINTERS_EXTEND_UNSIGNED !=0)

Missing space after !=


r~

Reply via email to