From: Michael Beck Date: Thu, 24 Jul 2008 07:01:23 +0000 (+0000) Subject: - add comment X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=98b53ae767eab1441e57a89b9e27a5f51748a68c;p=libfirm - add comment [r20645] --- diff --git a/ir/opt/ircgopt.c b/ir/opt/ircgopt.c index 5af9d7fde..b462fc664 100644 --- a/ir/opt/ircgopt.c +++ b/ir/opt/ircgopt.c @@ -59,6 +59,10 @@ static void collect_call(ir_node *node, void *env) { } } +/** + * Type walker, set the peculiarity of entities which graphs + * gets removed to peculiarity_description. + */ static void make_entity_to_description(type_or_ent *tore, void *env) { if (get_kind(tore) == k_entity) { ir_entity *ent = (ir_entity *)tore;