X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fstat%2Fpattern.h;h=b03c6d218066ce717c252579f3b60bcff4d0b908;hb=c9872ce2ee9b18811ca6debfcee1634597fcd74d;hp=6237606ed2283730b388e71cb7381361ccb4598e;hpb=1580176436dd0df7f1a0b608aef904d5f6d24e5a;p=libfirm diff --git a/ir/stat/pattern.h b/ir/stat/pattern.h index 6237606ed..b03c6d218 100644 --- a/ir/stat/pattern.h +++ b/ir/stat/pattern.h @@ -18,22 +18,22 @@ */ /** - * 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_ */