diff options
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -10356,10 +10356,7 @@ expand_expr_real_1 (tree exp, rtx target, machine_mode tmode, scalar_int_mode int_mode; if (is_int_mode (mode, &int_mode)) { - if (VECTOR_BOOLEAN_TYPE_P (TREE_TYPE (exp)) - && maybe_ne (TYPE_PRECISION (TREE_TYPE (TREE_TYPE (exp))) - * TYPE_VECTOR_SUBPARTS (TREE_TYPE (exp)), - GET_MODE_PRECISION (int_mode))) + if (VECTOR_BOOLEAN_TYPE_P (TREE_TYPE (exp))) return const_scalar_mask_from_tree (int_mode, exp); else { |