X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fopt_frame.c;h=9304c282cecaff03f9768fe21be0ffd420765fb5;hb=ff0e8d7fcb34481652f0bf521ba04b1eca5e2106;hp=b9a0ac280b8956b58d0649bc9a3b958b14633444;hpb=4e82fedfad2516d63cfaeaa572afdad779f4463e;p=libfirm diff --git a/ir/opt/opt_frame.c b/ir/opt/opt_frame.c index b9a0ac280..9304c282c 100644 --- a/ir/opt/opt_frame.c +++ b/ir/opt/opt_frame.c @@ -48,7 +48,6 @@ void opt_frame_irg(ir_graph *irg) { /* look for uses */ frame = get_irg_frame(irg); -#ifdef FIRM_EDGES_INPLACE if (edges_activated(irg)) { /* use inplace edges */ const ir_edge_t *edge; @@ -59,9 +58,7 @@ void opt_frame_irg(ir_graph *irg) { set_entity_link(ent, ent); } } - else -#endif /* FIRM_EDGES_INPLACE */ - { + else { /* use traditionally out edges */ if (get_irg_outs_state(irg) != outs_consistent) compute_irg_outs(irg);