From: Michael Beck Date: Tue, 31 May 2005 09:13:18 +0000 (+0000) Subject: added extended block magic X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=6b2956c8a39d28e9721e694a407647e1706a7f37;p=libfirm added extended block magic [r5920] --- diff --git a/ir/common/firm_common.h b/ir/common/firm_common.h index 928ca77f1..ed6bb4ec3 100644 --- a/ir/common/firm_common.h +++ b/ir/common/firm_common.h @@ -34,6 +34,7 @@ typedef enum { k_tarval, /**< a tarval */ 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_max /**< maximum value -- illegal for firm nodes. */ } firm_kind;