X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Freturn.c;h=7fac730cf48baad976a1bc29430cea77f5a15a48;hb=762b472fc81c73cf7a1b0041b8cd286b7206d79d;hp=4b20cf36f97c291f0c4d0b43e11ffef152998e3e;hpb=6f068af98daa4725d60e5d23a8f98ec2841cfa44;p=libfirm diff --git a/ir/opt/return.c b/ir/opt/return.c index 4b20cf36f..7fac730cf 100644 --- a/ir/opt/return.c +++ b/ir/opt/return.c @@ -163,9 +163,7 @@ void normalize_one_return(ir_graph *irg) * trouts and callee-state should be still valid */ set_irg_doms_inconsistent(irg); - set_irg_outs_inconsistent(irg); set_irg_extblk_inconsistent(irg); - set_irg_loopinfo_inconsistent(irg); } /* Create a graph pass. */ @@ -380,8 +378,6 @@ void normalize_n_returns(ir_graph *irg) */ set_irg_doms_inconsistent(irg); set_irg_extblk_inconsistent(irg); /* may not be needed */ - set_irg_outs_inconsistent(irg); - set_irg_loopinfo_inconsistent(irg); } /* Create a graph pass. */