Re: [wide-int] Make more use of const references
On Nov 9, 2013, at 2:17 AM, Richard Sandiford wrote: > Some cases where we could use const references instead of passing by value. > OK to install? Ok.
Re: [wide-int] Make more use of const references
looks good to me. On 11/09/2013 05:17 AM, Richard Sandiford wrote: Some cases where we could use const references instead of passing by value. Tested on powerpc64-linux-gnu and by rerunning the assembly comparison. OK to install? Thanks, Richard Index: gcc/fold-const.c ==