From: Götz Lindenmaier Date: Wed, 7 Aug 2002 13:22:46 +0000 (+0000) Subject: tag for irloop datastructure X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=60478f1cd1789370b9f088fa46b13fe71801e126;p=libfirm tag for irloop datastructure [r456] --- 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 */