X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fbe%2Fbelive.h;h=71c9586f3bcd9f95b37d6419361360778013c37a;hb=63e8a062a48c91aa36429576c648624f88dcfe35;hp=92665b67542b70bf87c89bc43c232cefedd0beb9;hpb=5d076c5c398e8e0c0167c55bb1895a3975240b65;p=libfirm diff --git a/ir/be/belive.h b/ir/be/belive.h index 92665b675..71c9586f3 100644 --- a/ir/be/belive.h +++ b/ir/be/belive.h @@ -85,13 +85,6 @@ void be_liveness_remove(be_lv_t *lv, const ir_node *irn); */ void be_liveness_introduce(be_lv_t *lv, ir_node *irn); -/** - * Add all nodes which are missing in the current liveness data. - * The liveness data of the already existing nodes (in the liveness data) is not touched. - * @param The liveness info. - */ -void be_liveness_add_missing(be_lv_t *lv); - /** * Check, if a node is live in at a block. * @param block The block.