X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Freturn.c;h=7fac730cf48baad976a1bc29430cea77f5a15a48;hb=762b472fc81c73cf7a1b0041b8cd286b7206d79d;hp=3b11e144cb96631c390bc9df35ceffc5fe59e396;hpb=ae9fd2c229cc7f4c724ce9ccc9263c16d77670fe;p=libfirm diff --git a/ir/opt/return.c b/ir/opt/return.c index 3b11e144c..7fac730cf 100644 --- a/ir/opt/return.c +++ b/ir/opt/return.c @@ -164,7 +164,6 @@ void normalize_one_return(ir_graph *irg) */ set_irg_doms_inconsistent(irg); set_irg_extblk_inconsistent(irg); - set_irg_loopinfo_inconsistent(irg); } /* Create a graph pass. */ @@ -379,7 +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_loopinfo_inconsistent(irg); } /* Create a graph pass. */