X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fcommon%2Ffirm_common.h;h=c2344fbd05c4f6996a1fb787586e415aef58ffa6;hb=c0acb5cc9a2967e31e2b2961a98831d674cea3b8;hp=ed6bb4ec33b870e0d00abccee7414fd4b9c9253d;hpb=6b2956c8a39d28e9721e694a407647e1706a7f37;p=libfirm diff --git a/ir/common/firm_common.h b/ir/common/firm_common.h index ed6bb4ec3..c2344fbd0 100644 --- a/ir/common/firm_common.h +++ b/ir/common/firm_common.h @@ -35,6 +35,7 @@ typedef enum { k_ir_loop, /**< a loop */ k_ir_compound_graph_path, /**< a compound graph path, see entity.h */ k_ir_extblk, /**< an extended block */ + k_ir_prog, /**< a program representation (irp) */ k_ir_max /**< maximum value -- illegal for firm nodes. */ } firm_kind;