added missing include
[libfirm] / ir / ir / irgraph_t.h
index f77428a..e6b6c59 100644 (file)
@@ -84,7 +84,7 @@ struct ir_graph {
   op_pin_state op_pin_state_pinned;  /**< Flag for status of nodes */
   irg_outs_state outs_state;         /**< Out edges. */
   irg_dom_state dom_state;           /**< Dominator information */
-  irg_typeinfo_state typeinfo_state;       /**< Validity of type information */
+  ir_typeinfo_state typeinfo_state;        /**< Validity of type information */
   irg_callee_info_state callee_info_state; /**< Validity of callee information */
   irg_inline_property inline_property;     /**< How to handle inlineing. */
   irg_loopinfo_state loopinfo_state;       /**< state of loop information */
@@ -130,8 +130,8 @@ struct ir_graph {
                    readable. */
 #endif
 
-#ifdef FIRM_EDGES_INPLACE
-       irg_edge_info_t edge_info;
+#if FIRM_EDGES_INPLACE
+  irg_edge_info_t edge_info;  /**< edge info for automatic outs */
 #endif
 };