Re: Rename logb and significand folds

2015-10-26 Thread Richard Biener
On Mon, Oct 26, 2015 at 11:05 AM, Richard Sandiford wrote: > fold_builtin_logb and fold_builtin_significand now only handle > constant arguments, so this patch renames them to fold_const..., > to match fold_const_builtin_pow. The idea is to differentiate > constant-only folds so that they can be

Rename logb and significand folds

2015-10-26 Thread Richard Sandiford
fold_builtin_logb and fold_builtin_significand now only handle constant arguments, so this patch renames them to fold_const..., to match fold_const_builtin_pow. The idea is to differentiate constant-only folds so that they can be moved to a const_binop-like function in future. The functions also