X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fopt_osr.c;h=1916430d9fe4cec0286221011388b2de9ec31603;hb=b27ae245166bb695bc4e418ff416d91bc37d0f28;hp=8abe299ea1e44d4f51a433e262a6dcd2867cd02e;hpb=ae9fd2c229cc7f4c724ce9ccc9263c16d77670fe;p=libfirm diff --git a/ir/opt/opt_osr.c b/ir/opt/opt_osr.c index 8abe299ea..1916430d9 100644 --- a/ir/opt/opt_osr.c +++ b/ir/opt/opt_osr.c @@ -1275,6 +1275,8 @@ static void lftr(ir_graph *irg, iv_env *env) */ static void clear_and_fix(ir_node *irn, void *env) { + (void)env; + set_irn_link(irn, NULL); if (is_Proj(irn)) {