X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Fircons_t.h;h=2ac4aabca87a727136bdf40e0c7d50e3fc2a5611;hb=a08e6f04aa3669cff094f94a9484c7c2bb1314d0;hp=99ca58779659ab2d084361f8e82265a94a64c8e8;hpb=6730cf921d356d992d35526daf57f82af7ab0816;p=libfirm diff --git a/ir/ir/ircons_t.h b/ir/ir/ircons_t.h index 99ca58779..2ac4aabca 100644 --- a/ir/ir/ircons_t.h +++ b/ir/ir/ircons_t.h @@ -35,6 +35,10 @@ */ 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. *