X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Floop.c;h=bc7c54ef0523b69f281f635e2d7dc4ec123c157c;hb=b27ae245166bb695bc4e418ff416d91bc37d0f28;hp=68ad703dba0d9890814179219ee0d1d308448b1f;hpb=ae9fd2c229cc7f4c724ce9ccc9263c16d77670fe;p=libfirm diff --git a/ir/opt/loop.c b/ir/opt/loop.c index 68ad703db..bc7c54ef0 100644 --- a/ir/opt/loop.c +++ b/ir/opt/loop.c @@ -1394,8 +1394,6 @@ static void loop_inversion(void) /* Duplicated blocks changed doms */ set_irg_doms_inconsistent(current_ir_graph); - /* Loop content changed */ - set_irg_loopinfo_inconsistent(current_ir_graph); count_stats(stats.inverted); } @@ -2630,7 +2628,6 @@ static void unroll_loop(void) count_stats(stats.invariant_unroll); set_irg_doms_inconsistent(current_ir_graph); - set_irg_loopinfo_inconsistent(current_ir_graph); DEL_ARR_F(loop_entries); }