fixed output
[libfirm] / ir / stat / const_stat.c
index 9409e42..4309b2f 100644 (file)
 #include "firmstat_t.h"
 #include "tv_t.h"
 
-static stat_info_t *status;
-
 /**
- * calculated the dual logarithmus of |value|
+ * calculated the dual logarithm of |value|
  */
 static unsigned log2abs(long value) {
   unsigned res = 0;
@@ -74,13 +72,7 @@ const char *stat_fc_name(float_classify_t classification)
   }
 }
 
-/**
- * update info on Consts
- *
- * @param status statistic status
- * @param node   The Const node
- * @param graph  The graph entry containing the call
- */
+/* update info on Consts */
 void stat_update_const(stat_info_t *status, ir_node *node, graph_entry_t *graph)
 {
   ir_mode *mode = get_irn_mode(node);