Re: [20/77] Replace MODE_INT checks with is_int_mode

2017-08-14 Thread Jeff Law
On 07/13/2017 02:45 AM, Richard Sandiford wrote: > Replace checks of "GET_MODE_CLASS (...) == MODE_INT" with > "is_int_mode (..., &var)", in cases where it becomes useful > to refer to the mode as a scalar_int_mode. > > 2017-07-13 Richard Sandiford > Alan Hayward > David S

[20/77] Replace MODE_INT checks with is_int_mode

2017-07-13 Thread Richard Sandiford
Replace checks of "GET_MODE_CLASS (...) == MODE_INT" with "is_int_mode (..., &var)", in cases where it becomes useful to refer to the mode as a scalar_int_mode. 2017-07-13 Richard Sandiford Alan Hayward David Sherwood gcc/ * machmode.h (is_int_mode): New fuc