X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fkaps%2Fheuristical.c;h=18ef165add40994bdabb7b80b61f1acd38161d8f;hb=5474a1c188c9d59eea2c915515980cd9cbab58d8;hp=0e5780764b28c1b912f6cb4744b8ed0c2554acfe;hpb=394e57f6722f23a9744e9eb307833bc2084aff4a;p=libfirm diff --git a/ir/kaps/heuristical.c b/ir/kaps/heuristical.c index 0e5780764..18ef165ad 100644 --- a/ir/kaps/heuristical.c +++ b/ir/kaps/heuristical.c @@ -22,7 +22,6 @@ * @brief Heuristic PBQP solver. * @date 02.10.2008 * @author Sebastian Buchwald - * @version $Id$ */ #include "config.h" @@ -61,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