Re: Remove REAL_VALUE_FROM_CONST_DOUBLE

2015-10-05 Thread Richard Biener
On Mon, Oct 5, 2015 at 12:47 PM, Richard Sandiford wrote: > To maintain symmetry after the previous removal of > CONST_DOUBLE_FROM_REAL_VALUE, this patch also gets rid of > REAL_VALUE_FROM_CONST_DOUBLE. All the macro did was copy the > contents of CONST_DOUBLE_REAL_VALUE into a temporary real_val

Remove REAL_VALUE_FROM_CONST_DOUBLE

2015-10-05 Thread Richard Sandiford
To maintain symmetry after the previous removal of CONST_DOUBLE_FROM_REAL_VALUE, this patch also gets rid of REAL_VALUE_FROM_CONST_DOUBLE. All the macro did was copy the contents of CONST_DOUBLE_REAL_VALUE into a temporary real_value structure. In many cases there was no need for this temporary a