opt_osr.h added
[libfirm] / ir / common / firm_common.h
index 928ca77..c2344fb 100644 (file)
@@ -34,6 +34,8 @@ typedef enum {
   k_tarval,     /**< a tarval */
   k_ir_loop,    /**< a loop */
   k_ir_compound_graph_path, /**< a compound graph path, see entity.h */
+  k_ir_extblk,  /**< an extended block */
+  k_ir_prog,    /**< a program representation (irp) */
   k_ir_max      /**< maximum value -- illegal for firm nodes. */
 } firm_kind;