From 6eb6226f893a18fee6c81bd681c7e041b8b200e2 Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Sun, 18 Jul 2010 15:46:50 +0000 Subject: [PATCH] Adapt to r27653. [r27757] --- ir/be/bepbqpcoloring.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ir/be/bepbqpcoloring.c b/ir/be/bepbqpcoloring.c index b04ddeaf1..881e135c5 100644 --- a/ir/be/bepbqpcoloring.c +++ b/ir/be/bepbqpcoloring.c @@ -34,6 +34,7 @@ #include "error.h" #include "irdom.h" +#include "irdump.h" #include "iredges_t.h" #include "irprintf.h" #include "irgwalk.h" @@ -533,7 +534,7 @@ static void be_pbqp_coloring(be_chordal_env_t *env) if (env->opts->dump_flags & BE_CH_DUMP_CONSTR) { char buf[256]; snprintf(buf, sizeof(buf), "-%s-constr", cls->name); - be_dump(irg, buf, dump_ir_block_graph_sched); + dump_ir_graph(irg, buf); } -- 2.20.1