X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fstat%2Fpattern_dmp.h;h=c69a5479324554487083fb96dae1eb6711aa2402;hb=52f5575dc678a5f7f1b3a078dcc46b1cdbaf5182;hp=244eb3ac6d56c2992d8a271b9deef7e33be1a18a;hpb=fde2a35e025782ab8caf44a16cdbc10449cc5812;p=libfirm diff --git a/ir/stat/pattern_dmp.h b/ir/stat/pattern_dmp.h index 244eb3ac6..c69a54793 100644 --- a/ir/stat/pattern_dmp.h +++ b/ir/stat/pattern_dmp.h @@ -28,7 +28,7 @@ #include "counter.h" -typedef struct _pattern_dumper_t pattern_dumper_t; +typedef struct pattern_dumper_t pattern_dumper_t; /** * Starts a new pattern. @@ -88,14 +88,4 @@ pattern_dumper_t *new_text_dumper(void); */ pattern_dumper_t *new_vcg_dumper(const char *vcg_name, unsigned max_pattern); -/** - * return the mode index, only needed for statistics - */ -int stat_find_mode_index(const ir_mode *m); - -/** - * return the mode for a given index, only needed for statistics - */ -ir_mode *stat_mode_for_index(int idx); - #endif /* FIRM_STAT_PATTERN_DMP_H */