From 6a98718fe43ada94559c4624652a7b12df2c9a38 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 18 May 2006 13:54:35 +0000 Subject: [PATCH] stat_strength_red() updated [r7758] --- ir/stat/firmstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/stat/firmstat.c b/ir/stat/firmstat.c index 5564da2f8..f764d2dc6 100644 --- a/ir/stat/firmstat.c +++ b/ir/stat/firmstat.c @@ -1557,7 +1557,7 @@ static void stat_tail_rec(void *ctx, ir_graph *irg, int n_calls) * * @param ctx the hook context */ -static void stat_strength_red(void *ctx, ir_graph *irg, ir_node *strong, ir_node *cmp) +static void stat_strength_red(void *ctx, ir_graph *irg, ir_node *strong) { if (! status->stat_options) return; -- 2.20.1