X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeutil.h;h=da27a5d37596b3aeece2f30002b9110566a8716f;hb=bdc59608633f59b0541a04883c24d19b1bc0ffae;hp=401711493204559b0f52b7a2436d0c3b54dbc033;hpb=f46792d0e49d452ef92de2a802ae894c0ce30bbb;p=libfirm diff --git a/ir/be/beutil.h b/ir/be/beutil.h index 401711493..da27a5d37 100644 --- a/ir/be/beutil.h +++ b/ir/be/beutil.h @@ -59,13 +59,6 @@ static inline const ir_node *get_block_const(const ir_node *irn) */ void be_clear_links(ir_graph *irg); -/** - * Returns the number of reachable nodes in an irg. - * @param irg The irg. - * @return The number of reachable nodes. - */ -unsigned get_num_reachable_nodes(ir_graph *irg); - /** * Gets the Proj with number pn from irn. */