X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbemain.c;h=5a671645ca347a97d7daa4f63f36bee0eba67bff;hb=506bcd96022448ff34d1ba875d2bae787799186d;hp=bfc6e0e67c8d5d0f7208d46c486fcfb534d5c91e;hpb=7c45d918cd44644d8b0d98023aae6e31f3a6c835;p=libfirm diff --git a/ir/be/bemain.c b/ir/be/bemain.c index bfc6e0e67..5a671645c 100644 --- a/ir/be/bemain.c +++ b/ir/be/bemain.c @@ -546,7 +546,6 @@ static void be_main_loop(FILE *file_handle, const char *cup_name) edges_activate(irg); /* Compute loop nesting information (for weighting copies) */ - construct_cf_backedges(irg); dump(DUMP_PREPARED, irg, "-prepared", dump_ir_block_graph); BE_TIMER_ONLY(num_nodes_r = get_num_reachable_nodes(irg));