X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespillutil.c;h=221611976392d429c5ee34c870d3fd40a2b16bfc;hb=69a5cd48b51a38cf6abc517bca2feef9f3a6c433;hp=01013bbef31ec477712276992e3243c7550a6e2a;hpb=e9c215cf4349b990b65b0cd9caf1978c3550ccaa;p=libfirm diff --git a/ir/be/bespillutil.c b/ir/be/bespillutil.c index 01013bbef..221611976 100644 --- a/ir/be/bespillutil.c +++ b/ir/be/bespillutil.c @@ -879,7 +879,7 @@ void be_insert_spills_reloads(spill_env_t *env) ir_nodeset_iterator_t iter; ir_node *node; - BE_TIMER_PUSH(t_ra_spill_apply); + be_timer_push(T_RA_SPILL_APPLY); /* create all phi-ms first, this is needed so, that phis, hanging on spilled phis work correctly */ @@ -1050,7 +1050,7 @@ void be_insert_spills_reloads(spill_env_t *env) be_remove_dead_nodes_from_schedule(env->birg); - BE_TIMER_POP(t_ra_spill_apply); + be_timer_pop(T_RA_SPILL_APPLY); } void be_init_spill(void)