X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fkaps%2Fheuristical_co_ld.c;h=fe7db8cee33ae1e5ce5cd2c3268a990b51fd1207;hb=2ee064e0f2a03bbdbdb51839cfd852b9fc6f1079;hp=c0b5f217ff63478107cb69ac1fa23ce187cc187a;hpb=ac770377eb5a2b800b78bb66970112c7df74b0da;p=libfirm diff --git a/ir/kaps/heuristical_co_ld.c b/ir/kaps/heuristical_co_ld.c index c0b5f217f..fe7db8cee 100644 --- a/ir/kaps/heuristical_co_ld.c +++ b/ir/kaps/heuristical_co_ld.c @@ -182,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 @@ -241,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