From 06442ea1375d71a91fc5fd0e499cdf4bc9ce6475 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Thu, 31 Jul 2008 14:13:14 +0000 Subject: [PATCH] GC attributes left over by r20834. [r20838] --- ir/be/bessaconstr.c | 1 - ir/be/bessaconstr.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/ir/be/bessaconstr.c b/ir/be/bessaconstr.c index 18d00c809..45a7c10d9 100644 --- a/ir/be/bessaconstr.c +++ b/ir/be/bessaconstr.c @@ -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]; diff --git a/ir/be/bessaconstr.h b/ir/be/bessaconstr.h index 3182a88e2..ab08c76e8 100644 --- a/ir/be/bessaconstr.h +++ b/ir/be/bessaconstr.h @@ -65,8 +65,6 @@ typedef struct be_ssa_construction_env_t { const ir_nodeset_t *ignore_uses; ir_node **new_phis; int iterated_domfront_calculated; - int min_dom; - int max_dom; } be_ssa_construction_env_t; /** -- 2.20.1