remove unused support for max_loop_depth
[libfirm] / ir / ir / ircons_t.h
index 99ca587..5ea9210 100644 (file)
@@ -22,7 +22,6 @@
  * @brief     Various irnode constructors.  Automatic construction
  *            of SSA representation. Private Header
  * @author    Martin Trapp, Christian Schaefer, Michael Beck
- * @version   $Id$
  */
 #ifndef FIRM_IR_IRCONS_T_H
 #define FIRM_IR_IRCONS_T_H
  */
 ir_node *new_r_Anchor(ir_graph *irg);
 
+/** create new block node without immediately optimizing it.
+ * This is an internal helper function for new_ir_graph() */
+ir_node *new_r_Block_noopt(ir_graph *irg, int arity, ir_node *in[]);
+
 /**
  * Allocate a frag array for a node if the current graph state is phase_building.
  *