Added missing include, so FIRM_GRGEN_BE has a chance to be defined.
[libfirm] / ir / be / bessaconstr.c
index 18d00c8..45a7c10 100644 (file)
@@ -360,7 +360,6 @@ void be_ssa_construction_fix_users_array(be_ssa_construction_env_t *env,
                env->iterated_domfront_calculated = 1;
        }
 
-       stat_ev_int("bessaconstr_domzone", env->max_dom - env->min_dom);
        stat_ev_tim_push();
        for(i = 0; i < nodes_len; ++i) {
                ir_node *value = nodes[i];