Fixed 'inline' lossage --flo
[libfirm] / ir / ir / irgraph_t.h
index 0d0740c..f346891 100644 (file)
  */
 
 /**
-* @file irgraph_t.h
-*
-* ir graph construction.
-*
-* @author Martin Trapp, Christian Schaefer
-*/
+ * @file irgraph_t.h
+ *
+ * ir graph construction.
+ *
+ * @author Martin Trapp, Christian Schaefer
+ */
 
 
 # ifndef _IRGRAPH_T_H_
@@ -60,7 +60,10 @@ struct ir_graph {
   op_pinned 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 inforamtion */
+  irg_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 */
 
   /* -- Fields for construction -- */
 #if USE_EXPLICIT_PHI_IN_STACK