- add comment
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 24 Jul 2008 07:01:23 +0000 (07:01 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 24 Jul 2008 07:01:23 +0000 (07:01 +0000)
[r20645]

ir/opt/ircgopt.c

index 5af9d7f..b462fc6 100644 (file)
@@ -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;