X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeirgmod.h;h=0777ec9426d761d55ba324f6e9a505ee5c4a15f8;hb=7142e46b9e442cacddec26387d8735444fb4421b;hp=78b78c490e129e257acd7d4778399b083169a8b4;hpb=7a178059678ff6c6094a7cd8fac5644367417102;p=libfirm diff --git a/ir/be/beirgmod.h b/ir/be/beirgmod.h index 78b78c490..0777ec942 100644 --- a/ir/be/beirgmod.h +++ b/ir/be/beirgmod.h @@ -55,4 +55,10 @@ ir_node *insert_Perm_after(ir_graph *irg, const arch_register_class_t *cls, */ int be_remove_empty_blocks(ir_graph *irg); +/** + * Removes dead nodes from schedule + * @param irg the graph + */ +void be_remove_dead_nodes_from_schedule(ir_graph *irg); + #endif