From 463606b03d0a7b45698d90d5c2718b09ff8788dd Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 1 Jun 2004 12:51:54 +0000 Subject: [PATCH] Fixed compile WITHOUT statistics [r2987] --- ir/stat/firmstat.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ir/stat/firmstat.c b/ir/stat/firmstat.c index 7cbfbf837..973f0bfa6 100644 --- a/ir/stat/firmstat.c +++ b/ir/stat/firmstat.c @@ -681,13 +681,13 @@ void stat_new_node(const ir_node *node) {} void stat_turn_into_id(const ir_node *node) {} -void stat_new_graph(const ir_graph *irg, entity *ent) {} +void stat_new_graph(ir_graph *irg, entity *ent) {} -void stat_free_graph(const ir_graph *irg) {} +void stat_free_graph(ir_graph *irg) {} -void stat_irg_walk(const ir_graph *irg, void *pre, void *post) {} +void stat_irg_walk(ir_graph *irg, void *pre, void *post) {} -void stat_irg_block_walk(const ir_graph *irg, const ir_node *node, void *pre, void *post) {} +void stat_irg_block_walk(ir_graph *irg, const ir_node *node, void *pre, void *post) {} void stat_merge_nodes( ir_node **new_node_array, int new_num_entries, -- 2.20.1