X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fstat%2Ffirmstat.h;h=a30ef26ee2e92c1d793c9d443f911cc56552c5b3;hb=f58b7b5e2031f5f76ab21cd398c04185b46fd727;hp=793ec0621aef688b3838b652325bd3aa2407e92a;hpb=db2f47e7e5ed07ed52cb1b89846e6e8a5d2987d9;p=libfirm diff --git a/ir/stat/firmstat.h b/ir/stat/firmstat.h index 793ec0621..a30ef26ee 100644 --- a/ir/stat/firmstat.h +++ b/ir/stat/firmstat.h @@ -27,6 +27,7 @@ enum firmstat_options_t { FIRMSTAT_COUNT_STRONG_OP = 0x00000004, /**< if set, count Mul/Div/Mod/DivMod by constant */ FIRMSTAT_COUNT_DAG = 0x00000008, /**< if set, count DAG statistics */ FIRMSTAT_COUNT_DELETED = 0x00000010, /**< if set, count deleted graphs */ + FIRMSTAT_COUNT_SELS = 0x00000020, /**< if set, count Sel(Sel(..)) differently */ FIRMSTAT_CSV_OUTPUT = 0x10000000 /**< CSV output of some mini-statistic */ };