Fixed initialization of option tables
[libfirm] / ir / be / beutil.h
index d25f2e4..0574caf 100644 (file)
@@ -136,13 +136,6 @@ unsigned get_num_reachable_nodes(ir_graph *irg);
  */
 void be_kill_node(ir_node *irn);
 
-/**
- * Search for an irn in @p accept.
- * The search is started at @p start_point_exclusive and continues upwards the dom-tree
- * @return The first node out of accept if found. Else NULL is returned.
- */
-ir_node *dom_up_search(pset *accept, ir_node *start_point_exclusive);
-
 /**
  * Gets the Proj with number pn from irn.
  */