Re: Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUE

2015-10-05 Thread Richard Biener
On Mon, Oct 5, 2015 at 12:45 PM, Richard Sandiford wrote: > This patch replaces all uses of CONST_DOUBLE_FROM_REAL_VALUE > with the already-existing const_double_from_real_value. > > Bootstrapped & regression-tested on x86_64-linux-gnu. Also tested by > building one target per CPU directory and c

Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUE

2015-10-05 Thread Richard Sandiford
This patch replaces all uses of CONST_DOUBLE_FROM_REAL_VALUE with the already-existing const_double_from_real_value. Bootstrapped & regression-tested on x86_64-linux-gnu. Also tested by building one target per CPU directory and checking that there were no new warnings and no changes in testsuite