Add a hint about the infamous pn_Cmp_Lg/Ne mixup in the assertion message of verify_n...
[libfirm] / ir / stat / counter.h
index 780735c..f93e5c1 100644 (file)
@@ -36,7 +36,7 @@
 #define STAT_CNT_NUM 1
 #endif
 
-typedef struct _counter_t {
+typedef struct counter_t {
        unsigned cnt[STAT_CNT_NUM];
 } counter_t;