From: Daniel Grund Date: Sat, 15 Jan 2005 02:02:05 +0000 (+0000) Subject: Comments X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=41d86dfdae1ebad3b3addeb5cadeaf169bd7583f;p=libfirm Comments --- diff --git a/ir/be/bephicongr_t.h b/ir/be/bephicongr_t.h index 4f84a7ad4..a747a875c 100644 --- a/ir/be/bephicongr_t.h +++ b/ir/be/bephicongr_t.h @@ -10,8 +10,11 @@ #include "irnode.h" typedef struct _phi_info_t { - ir_node *phi; /* only set in args of phi nodes (which could be a phi itslef). Points to a phi node or NULL */ - pset *phi_class; /* only set in phi nodes. A set containing the members of the phi congruence class this phi node belongs to */ + ir_node *phi; /**< For all nodes of a phi class points to a phi node + representing the phi class and holding the ptr to + the pset phi_class or NULL */ + pset *phi_class; /**< Only set in phi nodes. A set containing the members + of the phi congruence class this phi node represents */ } phi_info_t; extern size_t phi_irn_data_offset;