From: Götz Lindenmaier Date: Wed, 30 Jul 2003 13:47:28 +0000 (+0000) Subject: new type tag X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=ae7498c393b3867590e43900a587e45c35b5ef82;p=libfirm new type tag [r1584] --- diff --git a/ir/common/firm_common.h b/ir/common/firm_common.h index bbd1c23bf..80bfd3415 100644 --- a/ir/common/firm_common.h +++ b/ir/common/firm_common.h @@ -34,6 +34,7 @@ typedef enum { k_ir_op, /**< an ir opcode */ k_tarval, /**< a tarval */ k_ir_loop, /**< a loop */ + k_ir_compound_graph_path, /**< a compound graph path, see entity.h */ k_ir_max /**< maximum value -- illegal for firm nodes. */ } firm_kind;