r242147 - in /branches/ARM/sve-branch/gcc: cse....

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


Author: rsandifo
Date: Fri Nov 11 17:08:19 2016
New Revision: 242147

URL: https://gcc.gnu.org/viewcvs?rev=242147&root=gcc&view=rev
Log:
Use opt_scalar_int_mode when iterating over integer modes

This patch uses opt_scalar_int_mode rather than machine_mode
when iterating over scalar_int_modes, in cases where that helps
with future patches.  (Using machine_mode is still OK in places
that don't really care about the mode being a scalar integer.)

Modified:
    branches/ARM/sve-branch/gcc/cse.c
    branches/ARM/sve-branch/gcc/explow.c
    branches/ARM/sve-branch/gcc/expmed.c
    branches/ARM/sve-branch/gcc/expr.c
    branches/ARM/sve-branch/gcc/fortran/trans-types.c
    branches/ARM/sve-branch/gcc/optabs.c
    branches/ARM/sve-branch/gcc/rtlanal.c
    branches/ARM/sve-branch/gcc/stor-layout.c
    branches/ARM/sve-branch/gcc/tree-switch-conversion.c



More information about the Gcc-cvs mailing list