X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firgwalk_blk.c;h=00b15164ef87eec2713b41d71c41d60621f2bff9;hb=6f37b3f5178996ef665bae4df2efac5aa5446c4a;hp=41201dc807e9640eb9a19bb7f0fcaf426d32c9c8;hpb=01ddc5c06877693df7d5f286d43e433fedd87103;p=libfirm diff --git a/ir/ir/irgwalk_blk.c b/ir/ir/irgwalk_blk.c index 41201dc80..00b15164e 100644 --- a/ir/ir/irgwalk_blk.c +++ b/ir/ir/irgwalk_blk.c @@ -41,7 +41,7 @@ /** * Metadata for block walker */ -typedef struct _blk_collect_data_t { +typedef struct blk_collect_data_t { struct obstack obst; /**< obstack to allocate objects on */ pset *blk_map; /**< Hash map: Block -> List */ ir_node **blk_list; /**< the Block list */ @@ -51,7 +51,7 @@ typedef struct _blk_collect_data_t { /** * An entry for a block in the blk_map */ -typedef struct _block_entry_t { +typedef struct block_entry_t { ir_node *block; /**< the block */ ir_node **phi_list; /**< the list of Phi instruction */ ir_node **df_list; /**< the list of data flow instruction */