X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fcommon%2Fold_fctnames.h;h=ec42ac24c41fbc07198ef052836b70f7a5602239;hb=98ca7e71bc79bb2a3b2ccb039df78000fc48e70a;hp=ecd86c998be741f231deeb343b0f203d087f11a9;hpb=c3ba9eda43cdb24285ad03c1e4fb5940295be8b8;p=libfirm diff --git a/ir/common/old_fctnames.h b/ir/common/old_fctnames.h index ecd86c998..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) @@ -106,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)