X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Firbackedge_t.h;h=1223209f0bc2094839f2bac7e0d6cc87155c75ba;hb=6365c91e1ff24ede138bd3c387215a6b58dff330;hp=5a563296616cf645fdc290477edba395737635c6;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/ana/irbackedge_t.h b/ir/ana/irbackedge_t.h index 5a5632966..1223209f0 100644 --- a/ir/ana/irbackedge_t.h +++ b/ir/ana/irbackedge_t.h @@ -36,13 +36,13 @@ unsigned *new_backedge_arr(struct obstack *obst, unsigned size); /** - * Allocate new backedge info for nodes. + * Allocate new backedge info for a given node. */ void new_backedge_info(ir_node *n); /** * Adapts backedges array to new size. - * Must be called if in array of irnode is changed. Else + * Must be called if the in array of an IR node is changed. Else * Segmentation faults might occur. */ void fix_backedges(struct obstack *obst, ir_node *n);