X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Fircons_t.h;h=2ac4aabca87a727136bdf40e0c7d50e3fc2a5611;hb=1de3ff1c7f4478924c6348f774608e60b962d055;hp=99e56685ace9fd450e078dc2b7439dcb9c376388;hpb=0064ee54b41c007b5d33b557d053e602ac3be2cc;p=libfirm diff --git a/ir/ir/ircons_t.h b/ir/ir/ircons_t.h index 99e56685a..2ac4aabca 100644 --- a/ir/ir/ircons_t.h +++ b/ir/ir/ircons_t.h @@ -33,7 +33,11 @@ /** * 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.