assure_irg_outs() added
[libfirm] / ir / stat / firmstat.h
index 2312f0d..9cac44d 100644 (file)
@@ -100,4 +100,10 @@ void firm_init_stat(unsigned enable_options);
  */
 void stat_term(void);
 
+/**
+ * returns 1 if statistic module is active, 0 otherwise
+ */
+int stat_is_active(void);
+
+
 #endif /* _FIRMSTAT_H_ */