r242119 - /branches/ARM/sve-branch/gcc/gimple-f...

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


Author: rsandifo
Date: Fri Nov 11 17:03:34 2016
New Revision: 242119

URL: https://gcc.gnu.org/viewcvs?rev=242119&root=gcc&view=rev
Log:
Replace a != BLKmode check with is_a <scalar_int_mode>

This patch replaces a check against BLKmode with a check
of is_a <scalar_int_mode>, in a case where scalar integer
modes were the only useful alternatives left.

Modified:
    branches/ARM/sve-branch/gcc/gimple-fold.c



More information about the Gcc-cvs mailing list