X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=heuristical_co.c;h=d3452409bb2a3cb3e8f551963a475404eaf8b954;hb=9cbbfbad0251b1feb1fcc976584506a468a9b32e;hp=281bb95e8bef49bd026af57b84807b4a99ce48e8;hpb=f9fc64555b5ffaffe08419ffa69eed6d92732c76;p=libfirm diff --git a/heuristical_co.c b/heuristical_co.c index 281bb95e8..d3452409b 100644 --- a/heuristical_co.c +++ b/heuristical_co.c @@ -75,6 +75,12 @@ static void apply_RN_co(pbqp *pbqp, plist_t *rpeo) pbqp_dump_graph(pbqp); } #endif +#if KAPS_STATISTIC + /* Check whether we can merge a neighbor into the current node. */ + for (min_index = 0; min_index < pbqp_node_get_degree(node); ++min_index) { + check_melting_possibility(pbqp, node->edges[min_index]); + } +#endif min_index = get_local_minimal_alternative(pbqp, node);