From ae7498c393b3867590e43900a587e45c35b5ef82 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Wed, 30 Jul 2003 13:47:28 +0000 Subject: [PATCH] new type tag [r1584] --- ir/common/firm_common.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1