From 569071a50ead7629050dbb27712329c2effcb3fa Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 9 Apr 2007 02:03:55 +0000 Subject: [PATCH] add structural region attribute to block nodes [r12681] --- ir/ir/irnode_t.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ir/ir/irnode_t.h b/ir/ir/irnode_t.h index 36637dab9..df0637969 100644 --- a/ir/ir/irnode_t.h +++ b/ir/ir/irnode_t.h @@ -66,6 +66,7 @@ typedef struct { int *cg_backedge; /**< Field n set to true if pred n is interprocedural backedge. @@@ @todo Ev. replace by bit field! */ ir_extblk *extblk; /**< The extended basic block this block belongs to. */ + ir_region *region; /**< The immediate structural region this block belongs to. */ struct list_head succ_head; /**< A list head for all successor edges of a block. */ } block_attr; -- 2.20.1