- let option "hmuchnik" select the heuristic muchnik scheduler, not the trivial one
[libfirm] / ir / be / beutil.h
index b593cd9..b5e393f 100644 (file)
@@ -110,6 +110,10 @@ static INLINE int is_data_node(const ir_node *irn)
        return 0;
 }
 
+/**
+ * Clears the link fields of all nodes of the given graph.
+ * @param irg The graph.
+ */
 void be_clear_links(ir_graph *irg);
 
 /**