Checks now the Load_mode
[libfirm] / ir / ir / irprog_t.h
index 83f1546..8b003fb 100644 (file)
@@ -61,6 +61,8 @@ struct ir_prog {
   irp_callgraph_state callgraph_state; /**< State of the callgraph. */
   struct ir_loop *outermost_cg_loop;   /**< For callgraph analysis: entry point
                                            to looptree over callgraph. */
+  int max_callgraph_loop_depth;
+  int max_callgraph_recursion_depth;
 
 #ifdef DEBUG_libfirm
   long max_node_nr;                /**< to generate unique numbers for nodes. */