From 7b9845d0fd8dca046df792801e1565b54582287d Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Tue, 20 Mar 2007 10:22:46 +0000 Subject: [PATCH] disabled show after showgraph, as it is (or was?) buggy [r8718] --- ir/debug/firm_ycomp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/debug/firm_ycomp.c b/ir/debug/firm_ycomp.c index 745089938..febcf9ff1 100644 --- a/ir/debug/firm_ycomp.c +++ b/ir/debug/firm_ycomp.c @@ -302,7 +302,7 @@ static void firm_ycomp_debug_new_irg(void *context, ir_graph *irg, ir_entity *en if (yy_dbg.has_data) { send_cmd(dbg, "deleteGraph\n"); - send_cmd(dbg, "show\n"); +// send_cmd(dbg, "show\n"); } dbg->has_data = 0; -- 2.20.1