X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Ftype_identify.h;h=85bc34fd9d00ba36ec3165d86aba9b2a381c0115;hb=097a68ff443e267f0de3d5455a580f8394f710b2;hp=dc1baaca306f1addc5a8659556495db3846b033a;hpb=695676572c14ef6620122147115c0e09d068cd95;p=libfirm diff --git a/ir/tr/type_identify.h b/ir/tr/type_identify.h index dc1baaca3..85bc34fd9 100644 --- a/ir/tr/type_identify.h +++ b/ir/tr/type_identify.h @@ -47,13 +47,13 @@ int compare_strict (const void *tp1, const void *tp2); * * @param tp The type to compute a hash for. */ -typedef int (hash_types_func_t)(type *tp); +typedef int (hash_types_func_t)(ir_type *tp); /** Computes a hash value by the type name. * * Uses the name of the type and the type opcode to compute the hash. */ -int firm_hash_name (type *tp); +int firm_hash_name (ir_type *tp); /* ------------------------------------------------------------------------ */ @@ -75,7 +75,7 @@ int firm_hash_name (type *tp); * * @param tp The type to mature. */ -type * mature_type(type *tp); +ir_type * mature_type(ir_type *tp); /** Finalize type construction. * @@ -89,7 +89,7 @@ type * mature_type(type *tp); * * @param tp The type to mature. */ -type * mature_type_free(type *tp); +ir_type * mature_type_free(ir_type *tp); /** Finalize type construction. * @@ -106,7 +106,7 @@ type * mature_type_free(type *tp); * * @param tp The type to mature. */ -type * mature_type_free_entities(type *tp); +ir_type * mature_type_free_entities(ir_type *tp); /** * The interface type for the type identify module;