analyse array types better
[libfirm] / ir / common / firm_common.h
index a459aa1..25b8690 100644 (file)
@@ -32,6 +32,7 @@
 /** a list of firm kinds
  @@@ not all datatypes are tagged yet. */
 typedef enum {
+  k_BAD = 0,    /**< an invalid firm node */
   k_entity,     /**< an entity */
   k_type,       /**< a type */
   k_ir_graph,   /**< an ir graph */