disabled show after showgraph, as it is (or was?) buggy
authorMatthias Braun <matze@braunis.de>
Tue, 20 Mar 2007 10:22:46 +0000 (10:22 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 20 Mar 2007 10:22:46 +0000 (10:22 +0000)
[r8718]

ir/debug/firm_ycomp.c

index 7450899..febcf9f 100644 (file)
@@ -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;