Re: [PATCH] use use_reg in several backends

2011-04-08 Thread Richard Henderson
On 04/05/2011 10:55 AM, Nathan Froyd wrote: > * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Call use_reg. > * config/xtensa/xtensa.c (xtensa_call_tls_desc): Likewise. > * config/sparc/sparc.c (sparc_legitimize_tls_address): Likewise. Ok. r~

Re: [PATCH] use use_reg in several backends

2011-04-05 Thread Eric Botcazou
> * config/sparc/sparc.c (sparc_legitimize_tls_address): Likewise. Fine with me, thanks. -- Eric Botcazou

[PATCH] use use_reg in several backends

2011-04-05 Thread Nathan Froyd
Several places in the compiler could be usefully modified to use use_reg instead of hand-building EXPR_LISTs. This patch makes such changes. Since this patch implements equivalent functionality with an existing function call, I believe it counts as obvious. Tested by building cc1 for appropriate