diff options
Diffstat (limited to 'gcc/tree-if-conv.c')
-rw-r--r-- | gcc/tree-if-conv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-if-conv.c b/gcc/tree-if-conv.c index 31994b718e5..bb8de6d6ad7 100644 --- a/gcc/tree-if-conv.c +++ b/gcc/tree-if-conv.c @@ -1330,7 +1330,6 @@ predicate_scalar_phi (gimple phi, tree cond, } new_stmt = gimple_build_assign (res, rhs); - SSA_NAME_DEF_STMT (gimple_phi_result (phi)) = new_stmt; gsi_insert_before (gsi, new_stmt, GSI_SAME_STMT); update_stmt (new_stmt); |