X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firgmod.c;h=c4612222453e8c70f929ff9f9e0e098a15202845;hb=e570f00fb465d212dde403160e97ab45d36d1d7e;hp=a46d618a2108f3c4ca20990b9609474e4ae05d97;hpb=a7374702e9ec0bc04af3ffc08aa8fd4a94c5b45f;p=libfirm diff --git a/ir/ir/irgmod.c b/ir/ir/irgmod.c index a46d618a2..c46122224 100644 --- a/ir/ir/irgmod.c +++ b/ir/ir/irgmod.c @@ -102,9 +102,10 @@ void collect_phiprojs(ir_graph *irg) { /* Functionality for part_block */ /*--------------------------------------------------------------------*/ -/* Moves node and all predecessors of node from from_bl to to_bl. - Does not move predecessors of Phi nodes (or block nodes). */ - +/** + * Moves node and all predecessors of node from from_bl to to_bl. + * Does not move predecessors of Phi nodes (or block nodes). + */ static void move (ir_node *node, ir_node *from_bl, ir_node *to_bl) { int i; ir_node *proj, *pred;