X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Fold_fctnames.h;h=56522df86105565967e980109bb5aae84db89837;hb=677f67f9b487e35b983148f48b933d54ee383db6;hp=a7b61b45b988446482f92124039967ec9b7a0fd9;hpb=d61b4fcf547abba70184af32e2d3acc77531c623;p=libfirm diff --git a/ir/ir/old_fctnames.h b/ir/ir/old_fctnames.h index a7b61b45b..56522df86 100644 --- a/ir/ir/old_fctnames.h +++ b/ir/ir/old_fctnames.h @@ -7,11 +7,19 @@ ** Some makros supporting old function names. */ +/* $Id$ */ + +#ifndef __OLD_FCTNAMES_H__ +#define __OLD_FCTNAMES_H__ /* irgraph */ -#define get_irg_params get_irg_n_loc +#define get_irg_params get_irg_n_locs +#define get_irg_n_loc get_irg_n_locs #define set_irg_params set_irg_n_loc +/* irnode.h */ +#define get_Return_n_res get_Return_n_ress +#define get_Sel_n_index get_Sel_n_indexs /* irmode.h */ #define get_ident_of_mode get_mode_ident @@ -23,7 +31,14 @@ #define get_fsigned_of_mode get_mode_fsigned #define get_ffloat_of_mode get_mode_ffloat +/* type.h */ +#define get_type_nameid(_t_) get_type_ident(_t_) +#define set_type_nameid(_t_,_i_) set_type_ident(_t_,_i_) +#define get_class_n_member get_class_n_members +#define get_class_n_subtype get_class_n_subtypes +#define get_class_n_supertype get_class_n_supertypes +#define get_struct_n_member get_struct_n_members +#define get_method_n_res(X) get_method_n_ress(X) -#define -#define +#endif