X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Firloop.h;h=48bb1752208b78c685b35793a6edfcab3a740545;hb=f274dcf35aa0d3f4748387dbddfe50e8d7d44951;hp=424146d76322c029592fbd16593bba05fc05a39e;hpb=32745b2ad1a6286b79f5af48768507e1866134fd;p=libfirm diff --git a/ir/ana/irloop.h b/ir/ana/irloop.h index 424146d76..48bb17522 100644 --- a/ir/ana/irloop.h +++ b/ir/ana/irloop.h @@ -71,7 +71,10 @@ void clear_backedges (ir_node *n); * this would cost a lot of memory, though. */ /* ------------------------------------------------------------------- */ +#ifndef _IR_LOOP_TYPEDEF_ +#define _IR_LOOP_TYPEDEF_ typedef struct ir_loop ir_loop; +#endif /** Loop elements: loop nodes and ir nodes */ typedef union {