added extended block magic
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 31 May 2005 09:13:18 +0000 (09:13 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 31 May 2005 09:13:18 +0000 (09:13 +0000)
[r5920]

ir/common/firm_common.h

index 928ca77..ed6bb4e 100644 (file)
@@ -34,6 +34,7 @@ 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_max      /**< maximum value -- illegal for firm nodes. */
 } firm_kind;