Fixed a really nasty bug when computing the hash value: upper bits where used in...
[libfirm] / ir / stat / pattern.h
index 6237606..b03c6d2 100644 (file)
  */
 
 /**
- * calculates the pattern history.
+ * Calculates the pattern history.
  *
  * @param irg    The IR-graph
  */
 void stat_calc_pattern_history(ir_graph *irg);
 
 /**
- * initialises the pattern history.
+ * Initializes the pattern history.
  *
  * @param enable  Enable flag.
  */
 void stat_init_pattern_history(int enable);
 
 /**
- * finishes the pattern history
+ * Finish the pattern history.
  */
-void stat_finish_pattern_history(void);
+void stat_finish_pattern_history(const char *fname);
 
 #endif /* _PATTERN_H_ */