From: Michael Beck Date: Fri, 31 Mar 2006 07:01:05 +0000 (+0000) Subject: more comments added X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=ad16b1422cd7c90bc79a5785081c4218c70d82a7;hp=bd800f12b8d0575359411ac4317701a922290691;p=libfirm more comments added --- diff --git a/ir/be/beabi.c b/ir/be/beabi.c index d5d29b3c9..87b43156d 100644 --- a/ir/be/beabi.c +++ b/ir/be/beabi.c @@ -1479,6 +1479,9 @@ void be_abi_free(be_abi_irg_t *env) */ +/** + * Walker. Collect all stack modifying nodes. + */ static void collect_stack_nodes_walker(ir_node *irn, void *data) { pset *s = data;