X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fkaps%2Fheuristical.c;h=18ef165add40994bdabb7b80b61f1acd38161d8f;hb=199ea1a4479a4d8dcbebfde81820286935e64b0c;hp=98a6e3f0528798cbf9149062455d4a63369e61d8;hpb=f8cc15664f571aa7ef89d6f6bc8d5bd2b8ca7d53;p=libfirm diff --git a/ir/kaps/heuristical.c b/ir/kaps/heuristical.c index 98a6e3f05..18ef165ad 100644 --- a/ir/kaps/heuristical.c +++ b/ir/kaps/heuristical.c @@ -60,7 +60,7 @@ static void apply_RN(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