X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbessaconstr.c;h=7f7fd8b516fedae66258de01a9e722c00ef18b0a;hb=dd4cd761ab637d4488c7e29f49843b1b02366acf;hp=38b486eac8f47a4be857a9faae77eaf0cd56b7d1;hpb=cbcf8b93de62865b8564e6a47aca7a28790b65ad;p=libfirm diff --git a/ir/be/bessaconstr.c b/ir/be/bessaconstr.c index 38b486eac..7f7fd8b51 100644 --- a/ir/be/bessaconstr.c +++ b/ir/be/bessaconstr.c @@ -50,6 +50,9 @@ #include "config.h" #endif +/* statev in this file is extensive, so only enable if needed */ +#define DISABLE_STATEV + #include "bessaconstr.h" #include "bemodule.h" #include "besched_t.h" @@ -347,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);