new type tag
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Wed, 30 Jul 2003 13:47:28 +0000 (13:47 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Wed, 30 Jul 2003 13:47:28 +0000 (13:47 +0000)
[r1584]

ir/common/firm_common.h

index bbd1c23..80bfd34 100644 (file)
@@ -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;