beinfo: Remove the unused function be_info_initialized().
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 24 Nov 2012 21:05:01 +0000 (22:05 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 24 Nov 2012 21:10:49 +0000 (22:10 +0100)
ir/be/beinfo.c
ir/be/beinfo.h

index 45fb8a4..05f1b95 100644 (file)
@@ -185,9 +185,3 @@ void be_info_free(void)
        assert(op_Phi->ops.dump_node == be_dump_phi_reg_reqs);
        op_Phi->ops.dump_node = NULL;
 }
-
-int be_info_initialized(const ir_graph *irg)
-{
-       (void) irg;
-       return initialized;
-}
index 4c0b0da..3b0e678 100644 (file)
@@ -61,7 +61,6 @@ void be_info_init(void);
 void be_info_free(void);
 void be_info_init_irg(ir_graph *irg);
 void be_info_new_node(ir_graph *irg, ir_node *node);
-int be_info_initialized(const ir_graph *irg);
 
 int be_nodes_equal(const ir_node *node1, const ir_node *node2);