X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Firloop_t.h;h=4a47cd47ab344686d97f39116d8ef29af2008347;hb=4bad1346ff2abc3923beea23e5ac949acc7ca514;hp=a63603ed042d777b62e66abe36dbf25dda509c0f;hpb=fd4953d44b540a94242b66672e99aa12b0c377ff;p=libfirm diff --git a/ir/ana/irloop_t.h b/ir/ana/irloop_t.h index a63603ed0..4a47cd47a 100644 --- a/ir/ana/irloop_t.h +++ b/ir/ana/irloop_t.h @@ -30,8 +30,6 @@ struct ir_loop { struct ir_loop *outer_loop; /**< The outer loop */ loop_element *children; /**< Mixed array: Contains sons and loop_nodes */ -/* struct ir_loop **sons; */ /**< Inner loops */ -/* struct ir_node **nodes; */ /**< Nodes in loop. */ int depth; /**< Nesting depth */ int n_sons; /**< Number of ir_nodes in array "children" */ int n_nodes; /**< Number of loop_nodes in array "childern" */ @@ -51,10 +49,10 @@ struct ir_loop { }; -INLINE void +void add_loop_son(ir_loop *loop, ir_loop *son); -INLINE void +void add_loop_node(ir_loop *loop, ir_node *n); /* The following functions are needed in ircfloop.c */