X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fcommon%2Fold_fctnames.h;h=ec42ac24c41fbc07198ef052836b70f7a5602239;hb=98ca7e71bc79bb2a3b2ccb039df78000fc48e70a;hp=dca4acf089a14746a27fe68ccf7b666ae0e4ef74;hpb=375ed64a6ca155d467bba1c44e5b635f82102c37;p=libfirm diff --git a/ir/common/old_fctnames.h b/ir/common/old_fctnames.h index dca4acf08..ec42ac24c 100644 --- a/ir/common/old_fctnames.h +++ b/ir/common/old_fctnames.h @@ -21,6 +21,7 @@ #define add_in_edge(X, Y) add_immBlock_pred(X, Y) #define mature_block(X) mature_immBlock(X) #define switch_block(X) set_cur_block(X) +#define finalize_cons(X) irg_finalize_cons(X) /* irgraph */ #define get_irg_ent(X) get_irg_entity(X) @@ -36,6 +37,10 @@ #define get_Sel_n_index get_Sel_n_indexs #define get_SymConst_ptrinfo get_SymConst_name #define set_SymConst_ptrinfo set_SymConst_name +#define type_tag symconst_type_tag +#define size symconst_size +#define linkage_ptr_info symconst_addr_name + #define get_nodes_Block(X) get_nodes_block(X) #define set_nodes_Block(X, Y) set_nodes_block(X, Y) #define get_Start_irg(X) get_irn_irg(X) @@ -90,6 +95,7 @@ /* irdump */ #define dump_cg_graph dump_ir_graph #define dump_cg_block_graph dump_ir_block_graph +#define dont_dump_loop_information() dump_loop_information(0) /* type.h */ #define get_type_nameid(_t_) get_type_ident(_t_) @@ -101,6 +107,9 @@ #define get_method_n_res(X) get_method_n_ress(X) +/* entity.h */ +#define ent_visibility visibility + /* tv.h */ #define tarval_from_long(X, Y) new_tarval_from_long(Y, X) #define tarval_P_from_entity(X) new_tarval_from_entity(X, mode_P_mach)