bearch: Dump the output requirement and the assigned register in the same line for...
[libfirm] / ir / kaps / heuristical.c
index 98a6e3f..18ef165 100644 (file)
@@ -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