X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Frta.c;h=ed9d8eb23b8da73269b7353b2f9875f78dcd6334;hb=3da5ed2598245b896255bc444aaa1768f6098cfe;hp=b16b84dccf6dbd8782264bc4517c530948756452;hpb=cf946e20e9cac9f8e42e7a1fc93886a75db7a80c;p=libfirm diff --git a/ir/ana/rta.c b/ir/ana/rta.c index b16b84dcc..ed9d8eb23 100644 --- a/ir/ana/rta.c +++ b/ir/ana/rta.c @@ -157,11 +157,6 @@ static void rta_act(ir_node *node, void *env) } else { /* it's an external allocated thing. */ } - } else if (get_SymConst_kind(ptr) == symconst_addr_name) { - /* Entities of kind addr_name may not be allocated in this compilation unit. - If so, the frontend built faulty Firm. So just ignore. */ - /* if (get_SymConst_name(ptr) != new_id_from_str("iro_Catch")) - assert(ent && "couldn't determine entity of call to SymConst of kind addr_name."); */ } else { /* other symconst. */ panic("This SymConst can not be an address for a method call.");