From c1d8acd648008894e6b26c85ad2b363734c8cec4 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sat, 5 May 2007 15:33:04 +0000 Subject: [PATCH] fix error when compiling without FIRM_STATISTICS [r13648] --- ir/be/bestat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/bestat.c b/ir/be/bestat.c index 213f91d87..847c3b7d9 100644 --- a/ir/be/bestat.c +++ b/ir/be/bestat.c @@ -406,7 +406,7 @@ void be_close_stat_file() void (be_stat_init_irg)(const arch_env_t *arch_env, ir_graph *irg) {} void (be_do_stat_nodes)(ir_graph *irg, const char *phase) {} void (be_do_stat_reg_pressure)(be_irg_t *birg) {} -void (be_do_stat_sched_ready)(ir_node *block, nodeset *ready_set) {} +void (be_do_stat_sched_ready)(ir_node *block, ir_nodeset_t *ready_set) {} void (be_do_stat_perm)(const char *class_name, int n_regs, ir_node *perm, ir_node *block, int n, int real_size) {} #endif /* FIRM_STATISTICS */ -- 2.20.1