X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fstat%2Ffirmstat_t.h;h=8df6306cced7a6a68f83354c270db6d998aa738f;hb=289f417b740633fd4caab706441b6e47bb8d19d1;hp=c63e18853435c3157af1586013fec4d0153d8b0d;hpb=8b5aac95f0921dc70b53f2526f7a7413df3f6f85;p=libfirm diff --git a/ir/stat/firmstat_t.h b/ir/stat/firmstat_t.h index c63e18853..8df6306cc 100644 --- a/ir/stat/firmstat_t.h +++ b/ir/stat/firmstat_t.h @@ -59,7 +59,7 @@ typedef pset hmap_distrib_entry_t; * An entry in a distribution table */ typedef struct distrib_entry_t { - counter_t cnt; /**< the current count */ + counter_t cnt; /**< the current count */ const void *object; /**< the object which is counted */ } distrib_entry_t; @@ -329,7 +329,6 @@ typedef struct statistic_info_t { ir_op *op_MulC; /**< pseudo op for multiplication by const */ ir_op *op_DivC; /**< pseudo op for division by const */ ir_op *op_ModC; /**< pseudo op for modulo by const */ - ir_op *op_QuotC; /**< pseudo op for floating point division by const */ ir_op *op_SelSel; /**< pseudo op for Sel(Sel) */ ir_op *op_SelSelSel; /**< pseudo op for Sel(Sel(Sel)) */ dumper_t *dumper; /**< list of dumper */