new type tag
[libfirm] / ir / common / firm_common.h
index 9eeabf6..80bfd34 100644 (file)
@@ -33,7 +33,9 @@ typedef enum {
   k_ir_mode,    /**< an ir mode */
   k_ir_op,      /**< an ir opcode */
   k_tarval,     /**< a tarval */
-  k_ir_loop     /**< a loop */
+  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;
 
 /**