X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeintlive_t.h;h=b8eb841dae0406c27faf0f4417f1d40f77373720;hb=952e0be71291f6475cb4c86894e43dc531eb8980;hp=4786236b05803f10afabf58081348db8e062efbb;hpb=71712d24f429b174d735ae063bcfcf529acc8489;p=libfirm diff --git a/ir/be/beintlive_t.h b/ir/be/beintlive_t.h index 4786236b0..b8eb841da 100644 --- a/ir/be/beintlive_t.h +++ b/ir/be/beintlive_t.h @@ -115,8 +115,6 @@ static INLINE int _lv_values_interfere(const be_lv_t *lv, const ir_node *a, cons int b2a = _value_dominates(b, a); int res = 0; - stat_ev_ctx_push("beintlive"); - /* * Adjust a and b so, that a dominates b if * a dominates b or vice versa. @@ -133,7 +131,7 @@ static INLINE int _lv_values_interfere(const be_lv_t *lv, const ir_node *a, cons const ir_edge_t *edge; ir_node *bb = get_nodes_block(b); - stat_ev_dbl("beintlive_ignore", arch_irn_is(&lv->birg->main_env->arch_env, a, ignore)); + //stat_ev_dbl("beintlive_ignore", arch_irn_is(lv->birg->main_env->arch_env, a, ignore)); /* * If a is live end in b's block it is @@ -165,7 +163,6 @@ static INLINE int _lv_values_interfere(const be_lv_t *lv, const ir_node *a, cons } end: - stat_ev_ctx_pop("beintlive"); return res; }