X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fstat%2Ffirmstat_t.h;h=e096aa2c53dfe24bd41e116802eaa9f110d9144a;hb=e1c05b012f012400bf9f3b807b11fb6eafd3b99b;hp=a344186b02986dcc122d3f1fa0d0e1b9ad4160d6;hpb=af9d5340df83e18c0480b996de482d5ae930c7d7;p=libfirm diff --git a/ir/stat/firmstat_t.h b/ir/stat/firmstat_t.h index a344186b0..e096aa2c5 100644 --- a/ir/stat/firmstat_t.h +++ b/ir/stat/firmstat_t.h @@ -38,9 +38,6 @@ #include "counter.h" #include "irhooks.h" -/* some useful macro. */ -#define ARR_SIZE(a) (sizeof(a)/sizeof((a)[0])) - /* * just be make some things clear :-), the * poor man "generics" @@ -103,6 +100,7 @@ typedef struct _node_entry_t { counter_t cnt_alive; /**< amount of nodes in this entry */ counter_t new_node; /**< amount of new nodes for this entry */ counter_t into_Id; /**< amount of nodes that turned into Id's for this entry */ + counter_t normalized; /**< amount of nodes that normalized for this entry */ const ir_op *op; /**< the op for this entry */ } node_entry_t;