X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeirgmod.h;h=50ec874cd7eb2833c2616d99516f7ab49f559116;hb=5474a1c188c9d59eea2c915515980cd9cbab58d8;hp=78b78c490e129e257acd7d4778399b083169a8b4;hpb=7a178059678ff6c6094a7cd8fac5644367417102;p=libfirm diff --git a/ir/be/beirgmod.h b/ir/be/beirgmod.h index 78b78c490..50ec874cd 100644 --- a/ir/be/beirgmod.h +++ b/ir/be/beirgmod.h @@ -22,7 +22,6 @@ * @brief Backend IRG modification routines. * @author Sebastian Hack, Daniel Grund, Matthias Braun, Christian Wuerdig * @date 04.05.2005 - * @version $Id$ * * This file contains the following IRG modifications for be routines: * - insertion of Perm nodes @@ -55,4 +54,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