[53/77] Pass a mode to const_scalar_mask_from_tree

2017-07-13 Thread Richard Sandiford
The caller of const_scalar_mask_from_tree has proven that the mode is a MODE_INT, so this patch passes it down as a scalar_int_mode. It also expands the comment a little. 2017-07-13 Richard Sandiford Alan Hayward David Sherwood gcc/ * expr.c (const_scalar_m

Re: [53/77] Pass a mode to const_scalar_mask_from_tree

2017-08-23 Thread Jeff Law
On 07/13/2017 02:57 AM, Richard Sandiford wrote: > The caller of const_scalar_mask_from_tree has proven that > the mode is a MODE_INT, so this patch passes it down as a > scalar_int_mode. It also expands the comment a little. > > 2017-07-13 Richard Sandiford > Alan Hayward >