From 456c65ce72f694a91efff5846a940faa84b050a0 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 4 Feb 2003 14:06:29 +0000 Subject: [PATCH] More docu added [r737] --- ir/common/firm_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/common/firm_common.h b/ir/common/firm_common.h index 090a19f97..831c37cf8 100644 --- a/ir/common/firm_common.h +++ b/ir/common/firm_common.h @@ -28,7 +28,7 @@ typedef enum { k_entity, /**< an entity */ k_type, /**< a type */ k_ir_node, /**< an ir node */ - k_ir_loop + k_ir_loop /**< a loop */ } firm_kind; /** -- 2.20.1