X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fstat%2Fpattern_dmp.h;h=3c0249347c0d425242be3848fa70f7305e8eab1a;hb=30b992a490bfdcccb934dbe90710b663898c001f;hp=244eb3ac6d56c2992d8a271b9deef7e33be1a18a;hpb=fde2a35e025782ab8caf44a16cdbc10449cc5812;p=libfirm diff --git a/ir/stat/pattern_dmp.h b/ir/stat/pattern_dmp.h index 244eb3ac6..3c0249347 100644 --- a/ir/stat/pattern_dmp.h +++ b/ir/stat/pattern_dmp.h @@ -21,14 +21,13 @@ * @file * @brief Statistics for Firm. Dumping patterns. * @author Michael Beck - * @version $Id$ */ #ifndef FIRM_STAT_PATTERN_DMP_H #define FIRM_STAT_PATTERN_DMP_H #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 +87,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 */