testsuite for flating point module
[libfirm] / ir / common / firm_common.h
index bd2417e..80bfd34 100644 (file)
@@ -34,6 +34,8 @@ 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;
 
 /**