From: Michael Beck Date: Tue, 21 Dec 2004 15:53:12 +0000 (+0000) Subject: removed GNUC constructs X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=126ce66a6d1f5a77ad67fc14964afb8061754eb7;p=libfirm removed GNUC constructs [r4698] --- diff --git a/ir/ana2/pto_util.c b/ir/ana2/pto_util.c index 10a7cc04c..b983a2f12 100644 --- a/ir/ana2/pto_util.c +++ b/ir/ana2/pto_util.c @@ -118,8 +118,7 @@ entity *get_ptr_ent (ir_node *ptr) } break; default: { - fprintf (stderr, "%s: no ent for ptr=%s[%ld]\n", - __FUNCTION__, + fprintf (stderr, "get_ptr_ent: no ent for ptr=%s[%ld]\n", get_op_name (get_irn_op (ptr)), get_irn_node_nr (ptr)); assert (0); @@ -152,6 +151,9 @@ int is_dummy_load_ptr (ir_node *ptr) /* $Log$ + Revision 1.12 2004/12/21 15:53:12 beck + removed GNUC constructs + Revision 1.11 2004/12/20 17:34:35 liekweg fix recursion handling