X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fcfopt.c;h=0f0fd84292359b156b94678c1cd3d583529c04b4;hb=6a6c1557afcd038930e649e29d69cb85a5dc372b;hp=f886cc8af5beb22471d8b2b5b22294b46fe2fdea;hpb=34555a8526baca265a18bb86fd85783ef674324b;p=libfirm diff --git a/ir/opt/cfopt.c b/ir/opt/cfopt.c index f886cc8af..0f0fd8429 100644 --- a/ir/opt/cfopt.c +++ b/ir/opt/cfopt.c @@ -576,7 +576,7 @@ void optimize_cf(ir_graph *irg) { } } - irg_block_walk_graph(current_ir_graph, NULL, remove_senseless_conds, NULL); + irg_block_walk_graph(current_ir_graph, NULL, remove_senseless_conds, NULL); /* Use block visited flag to mark non-empty blocks. */ inc_irg_block_visited(irg); irg_walk(end, merge_blocks, collect_nodes, NULL);