X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Ftypewalk.h;h=e5524733eacadfaa5d490174df954facd4531453;hb=d0d85962ef52c14950db90e5981a7bea36023ab3;hp=a85517e9c3a7c7b24c2d898f059688ff3f39d576;hpb=b83a73b6083fee7534537c486279df413b6cebc5;p=libfirm diff --git a/ir/tr/typewalk.h b/ir/tr/typewalk.h index a85517e9c..e5524733e 100644 --- a/ir/tr/typewalk.h +++ b/ir/tr/typewalk.h @@ -43,7 +43,7 @@ typedef void type_walk_func(type_or_ent *tore, void *env); * @param clss points to the visited class * @param env free environment pointer */ -typedef void class_walk_func(type *clss, void *env); +typedef void class_walk_func(ir_type *clss, void *env); /** Touches every type and entity in unspecified order. If new * types/entities are created during the traversal these will @@ -119,7 +119,7 @@ typedef void entity_walk_func(entity *ent, void *env); * @param doit the entity walker function * @param env environment, will be passed to the walker function */ -void walk_types_entities(type *tp, +void walk_types_entities(ir_type *tp, entity_walk_func *doit, void *env);