r242134 - /branches/ARM/sve-branch/gcc/expmed.c

rsandifo@gcc.gnu.org rsandifo@gcc.gnu.org
Fri Nov 11 17:06:00 GMT 2016


Author: rsandifo
Date: Fri Nov 11 17:06:02 2016
New Revision: 242134

URL: https://gcc.gnu.org/viewcvs?rev=242134&root=gcc&view=rev
Log:
Move SCALAR_INT_MODE_P out of strict_volatile_bitfield_p

strict_volatile_bitfield_p returns false for any mode that isn't
a scalar integer.  This patch moves the check to the caller and
makes strict_volatile_bitfield_p take the mode as a scalar_int_mode.
The handling of a true return can then also use the mode as a
scalar_int_mode.

Modified:
    branches/ARM/sve-branch/gcc/expmed.c



More information about the Gcc-cvs mailing list