aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index d87bda7..9d951e8 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -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
{