From 98b53ae767eab1441e57a89b9e27a5f51748a68c Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 24 Jul 2008 07:01:23 +0000 Subject: [PATCH] - add comment [r20645] --- ir/opt/ircgopt.c | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.20.1