From 1db592be2d15d387f59f0a9bd56e74354ca4d214 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Mon, 26 Nov 2012 10:11:50 +0100 Subject: [PATCH] belive: Remove the declaration of the non-existent function be_liveness_add_missing(). --- ir/be/belive.h | 7 ------- 1 file changed, 7 deletions(-) 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. -- 2.20.1