irop_flag_highlevel flag added to Confirm and Cast
[libfirm] / ir / stat / firmstat_t.h
index 5f67de8..2c515e3 100644 (file)
@@ -166,6 +166,8 @@ typedef struct _statistic_info_t {
   ir_op                   *op_DivC;            /**< pseudo op for division by const */
   ir_op                   *op_ModC;            /**< pseudo op for modulo by const */
   ir_op                   *op_DivModC;         /**< pseudo op for DivMod 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 */
   int                     reassoc_run;          /**< if set, reassociation is running */
   int                     stat_options;                /**< statistic options */