X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fstat%2Ffirmstat_t.h;h=3ddeb6fb4a0cdd4a707bcd5cbccbe68b8f126531;hb=31fc92ec27c0274f5f24c515094afd40a04ab1a9;hp=c63e18853435c3157af1586013fec4d0153d8b0d;hpb=8b5aac95f0921dc70b53f2526f7a7413df3f6f85;p=libfirm diff --git a/ir/stat/firmstat_t.h b/ir/stat/firmstat_t.h index c63e18853..3ddeb6fb4 100644 --- a/ir/stat/firmstat_t.h +++ b/ir/stat/firmstat_t.h @@ -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 */