From 60478f1cd1789370b9f088fa46b13fe71801e126 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Wed, 7 Aug 2002 13:22:46 +0000 Subject: [PATCH] tag for irloop datastructure [r456] --- ir/common/common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ir/common/common.h b/ir/common/common.h index 13e7f7115..585d53eec 100644 --- a/ir/common/common.h +++ b/ir/common/common.h @@ -24,7 +24,8 @@ typedef enum { k_entity, k_type, - k_ir_node + k_ir_node, + k_ir_loop } firm_kind; /* returns the kind of the thing */ -- 2.20.1