X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbestabs.c;h=a385da5d4d4af51829c01c7c80253c7e0890bca5;hb=5474a1c188c9d59eea2c915515980cd9cbab58d8;hp=9caf939020b684d8ff5b06b799f16ed3c439c7f9;hpb=ca8347e7b3e5066529c3766af46737d42b88915a;p=libfirm diff --git a/ir/be/bestabs.c b/ir/be/bestabs.c index 9caf93902..a385da5d4 100644 --- a/ir/be/bestabs.c +++ b/ir/be/bestabs.c @@ -517,7 +517,7 @@ static void walk_type(type_or_ent tore, void *ctx) tp = tore.typ; /* ignore the unknown type */ - if (tp == firm_unknown_type) + if (is_unknown_type(tp)) return; } else { return;