X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Ftailrec.c;h=39e54aa3d338e0d4643fa12739d25d61db4837a1;hb=b7b24e372a1338ecd5eb26bdd285a8cbe7b1fec9;hp=6c6012a7b66aee26a238c62f5c0ab68b80efc25d;hpb=9d4e23060441530a20af5d331268435bfe18f305;p=libfirm diff --git a/ir/opt/tailrec.c b/ir/opt/tailrec.c index 6c6012a7b..39e54aa3d 100644 --- a/ir/opt/tailrec.c +++ b/ir/opt/tailrec.c @@ -347,7 +347,6 @@ static void do_opt_tail_rec(ir_graph *irg, tr_env *env) set_Tuple_pred(call, pn_Call_X_regular, jmp); set_Tuple_pred(call, pn_Call_X_except, bad); set_Tuple_pred(call, pn_Call_T_result, tuple); - set_Tuple_pred(call, pn_Call_P_value_res_base, bad); for (i = 0; i < env->n_ress; ++i) { ir_node *res = get_Return_res(p, i);