r242140 - /branches/ARM/sve-branch/gcc/combine.c

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


Author: rsandifo
Date: Fri Nov 11 17:07:06 2016
New Revision: 242140

URL: https://gcc.gnu.org/viewcvs?rev=242140&root=gcc&view=rev
Log:
Make simplify_and_const_int take a scalar_int_mode

After previous patches, top-level calls to simplify_and_const_int
always pass a scalar_int_mode.  The only call site that needs to
be updated is the recursive one in simplify_and_const_int_1,
at which point we know "varop" has a scalar integer mode.

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



More information about the Gcc-cvs mailing list