trverify: cleanup, check irg.entity == entity.irg
[libfirm] / ir / kaps / heuristical.c
index 0e57807..18ef165 100644 (file)
@@ -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