X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fkaps%2Fheuristical_co_ld.c;h=fe7db8cee33ae1e5ce5cd2c3268a990b51fd1207;hb=5474a1c188c9d59eea2c915515980cd9cbab58d8;hp=4bc6b3a8ff15048b37eca0541794f153cfcef9f5;hpb=394e57f6722f23a9744e9eb307833bc2084aff4a;p=libfirm diff --git a/ir/kaps/heuristical_co_ld.c b/ir/kaps/heuristical_co_ld.c index 4bc6b3a8f..fe7db8cee 100644 --- a/ir/kaps/heuristical_co_ld.c +++ b/ir/kaps/heuristical_co_ld.c @@ -36,6 +36,8 @@ static void back_propagate_RI(pbqp_t *pbqp, pbqp_node_t *node) vector_t *vec; int is_src; + (void) pbqp; + edge = node->edges[0]; mat = edge->costs; is_src = edge->src == node; @@ -180,7 +182,7 @@ static void back_propagate_ld(pbqp_t *pbqp) #if KAPS_DUMP if (pbqp->dump_file) { - dump_section(pbqp->dump_file, 2, "Back Propagation"); + pbqp_dump_section(pbqp->dump_file, 2, "Back Propagation"); } #endif @@ -239,7 +241,7 @@ static void apply_RN_co_without_selection(pbqp_t *pbqp) if (pbqp->dump_file) { char txt[100]; sprintf(txt, "RN-Reduction of Node n%d", node->index); - dump_section(pbqp->dump_file, 2, txt); + pbqp_dump_section(pbqp->dump_file, 2, txt); pbqp_dump_graph(pbqp); } #endif