X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Fircons_t.h;h=5ea921027cd7c6e3c1bfd1e0f9738b3ced7a8d6e;hb=3c3425a50a1d721b74a015c6812257e32feeac85;hp=46066ccef310d9a27b75e2a1e3c59065eb9b9c09;hpb=330af274dc3552a170f6ea14605a3d6cfb977373;p=libfirm diff --git a/ir/ir/ircons_t.h b/ir/ir/ircons_t.h index 46066ccef..5ea921027 100644 --- a/ir/ir/ircons_t.h +++ b/ir/ir/ircons_t.h @@ -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 @@ -30,20 +29,14 @@ #include "ircons.h" #include "irgraph_t.h" -/** - * Initializes the graph construction. - * - * @param func callback that is called if a uninitialized - * variable is detected - * - * @see uninitialized_local_variable_func_t - */ -void firm_init_cons(uninitialized_local_variable_func_t *func); - /** * Creates a new Anchor node. */ -ir_node *new_Anchor(ir_graph *irg); +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.