Notice there is a whitspace issue in previous commit:
https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=
f66b2fc122b8a17591afbb881d580b32e8ddb708
Sorry for missing fixing this whitespace.
Committed as it is obvious.
gcc/ChangeLog:
* tree-vect-slp.cc (vect_build_slp_tree_1): Fix whitespace.
if (DR_IS_READ (STMT_VINFO_DATA_REF (stmt_info))
&& rhs_code != CFN_GATHER_LOAD
&& rhs_code != CFN_MASK_GATHER_LOAD
- && rhs_code != CFN_MASK_LEN_GATHER_LOAD
+ && rhs_code != CFN_MASK_LEN_GATHER_LOAD
&& !STMT_VINFO_GATHER_SCATTER_P (stmt_info)
/* Not grouped loads are handled as externals for BB
vectorization. For loop vectorization we can handle