X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbessaconstr.c;h=7f7fd8b516fedae66258de01a9e722c00ef18b0a;hb=952e0be71291f6475cb4c86894e43dc531eb8980;hp=bd5a54fb17ee304d92a0e26c29752fd104b959bb;hpb=81d4cf5aeab4d0c0bc2a5e7c461d58ee7a7522d6;p=libfirm diff --git a/ir/be/bessaconstr.c b/ir/be/bessaconstr.c index bd5a54fb1..7f7fd8b51 100644 --- a/ir/be/bessaconstr.c +++ b/ir/be/bessaconstr.c @@ -350,9 +350,9 @@ ir_node **be_ssa_construction_get_new_phis(be_ssa_construction_env_t *env) void be_ssa_construction_fix_users_array(be_ssa_construction_env_t *env, ir_node **nodes, size_t nodes_len) { - stat_ev_cnt_decl(uses); const ir_edge_t *edge, *next; size_t i; + stat_ev_cnt_decl(uses); BE_TIMER_PUSH(t_ssa_constr);