X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Firloop_t.h;h=a099cd74cee40d7e66397e4732a79774b27e5d1f;hb=3da5ed2598245b896255bc444aaa1768f6098cfe;hp=d66bc0a481f24adbd3bbac4f8db978ca65935d7a;hpb=5102c0d3a0a92375cfcb8f635b46c2866a889c9d;p=libfirm diff --git a/ir/ana/irloop_t.h b/ir/ana/irloop_t.h index d66bc0a48..a099cd74c 100644 --- a/ir/ana/irloop_t.h +++ b/ir/ana/irloop_t.h @@ -44,7 +44,7 @@ typedef enum loop_flags { loop_end_false = 0x00000020, /**< this loop end can't be computed "from compute_loop_info.c" */ do_loop = 0x00000040, /**< this is a do loop */ once = 0x00000080, /**< this is a do loop, with a false condition. It iterate exactly once. */ - loop_outer_loop = 0x00000100 /**< id set, this loop has child loops (is a no leaf). */ + loop_outer_loop = 0x00000100 /**< if set, this loop has child loops (is a no leaf). */ } loop_flags_t; /**