fixed typo (stat_dead_node_elim_start -> ..._stop)
authorMatthias Heil <heil@ipd.info.uni-karlsruhe.de>
Tue, 1 Jun 2004 14:35:45 +0000 (14:35 +0000)
committerMatthias Heil <heil@ipd.info.uni-karlsruhe.de>
Tue, 1 Jun 2004 14:35:45 +0000 (14:35 +0000)
[r2994]

ir/stat/firmstat.h

index bb9ef03..f736594 100644 (file)
@@ -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