X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Ftypewalk.c;h=4d21fc0a3acaab0d314f57104fbac411390edeb3;hb=edc32d1a5396331f871a0663806acb45895a1ef8;hp=267a6e9be79256b3440c98d44690bb9a81bae9b7;hpb=86f99a523c52d0bee752bb015137811bf8e750ca;p=libfirm diff --git a/ir/tr/typewalk.c b/ir/tr/typewalk.c index 267a6e9be..4d21fc0a3 100644 --- a/ir/tr/typewalk.c +++ b/ir/tr/typewalk.c @@ -281,7 +281,7 @@ static void type_walk_s2s_2(type_or_ent *tore, break; case k_type: if (type_id == get_type_tpop((ir_type*)tore)) { - type_walk_s2s_2((type_or_ent *)skip_tid((type *)tore), pre, post, env); + type_walk_s2s_2((type_or_ent *)skip_tid((ir_type *)tore), pre, post, env); return; } if (type_visited((ir_type *)tore)) return;