diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/gimple-isel.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/gimple-isel.cc b/gcc/gimple-isel.cc index 2c78a08..38e9093 100644 --- a/gcc/gimple-isel.cc +++ b/gcc/gimple-isel.cc @@ -260,10 +260,7 @@ gimple_expand_vec_cond_expr (gimple_stmt_iterator *gsi, return gimple_build_call_internal (IFN_VCONDEQ, 5, op0a, op0b, op1, op2, tcode_tree); } - } - if (icode == CODE_FOR_nothing) - { gcc_assert (VECTOR_BOOLEAN_TYPE_P (TREE_TYPE (op0)) && can_compute_op0 && (get_vcond_mask_icode (mode, TYPE_MODE (TREE_TYPE (op0))) |