From 93a4abbf753468fd351dc66d6ceac52a1cd2765c Mon Sep 17 00:00:00 2001 From: Matthias Heil Date: Tue, 1 Jun 2004 14:35:45 +0000 Subject: [PATCH] fixed typo (stat_dead_node_elim_start -> ..._stop) [r2994] --- ir/stat/firmstat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/stat/firmstat.h b/ir/stat/firmstat.h index bb9ef030c..f73659407 100644 --- a/ir/stat/firmstat.h +++ b/ir/stat/firmstat.h @@ -125,7 +125,7 @@ void stat_dead_node_elim_stop(ir_graph *irg); #define stat_lower(node) #define stat_inline(call, irg) #define stat_dead_node_elim_start(irg) -#define stat_dead_node_elim_start(irg) +#define stat_dead_node_elim_stop(irg) #endif -- 2.20.1