X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Ftypewalk.c;h=7466b6ecf49b802c273c2a079a9f02dcc7cf6cab;hb=2158510961e84fb11e9195c200335f2314e49055;hp=656d2c76c2d4f95f1e5402ed4b57c27862f2418e;hpb=abbf9492df1993d211412ba520feb81de0688c2a;p=libfirm diff --git a/ir/tr/typewalk.c b/ir/tr/typewalk.c index 656d2c76c..7466b6ecf 100644 --- a/ir/tr/typewalk.c +++ b/ir/tr/typewalk.c @@ -497,9 +497,8 @@ static void type_walk_super_2(type_or_ent tore, type_walk_func *pre, } } -void type_walk_super(type_walk_func *pre, - type_walk_func *post, - void *env) { +void type_walk_super(type_walk_func *pre, type_walk_func *post, void *env) +{ int i, n_types = get_irp_n_types(); type_or_ent cont;