X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firprog_t.h;h=c03475b6e84feaee5a77ddb7e76009829da70e87;hb=637542932dc27dcdfc7def09b58d9d5d4c34fb77;hp=d1520381a60fda8675807a4c686b1df8b9c8bd06;hpb=117757dc1040d09bac419950ed2cc07f0d38d2c4;p=libfirm diff --git a/ir/ir/irprog_t.h b/ir/ir/irprog_t.h index d1520381a..c03475b6e 100644 --- a/ir/ir/irprog_t.h +++ b/ir/ir/irprog_t.h @@ -76,6 +76,8 @@ struct ir_prog { irp_temperature_state temperature_state; /**< accumulated temperatures computed? */ exec_freq_state execfreq_state; /**< State of execution freqency information */ loop_nesting_depth_state lnd_state; /**< State of loop nesting depth information. */ + ir_class_cast_state class_cast_state; /**< kind of cast operations in code. */ + #ifdef DEBUG_libfirm long max_node_nr; /**< to generate unique numbers for nodes. */ #endif