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
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