disable dumping (we need a flag for this)
authorMatthias Braun <matze@braunis.de>
Thu, 12 Jul 2007 21:13:54 +0000 (21:13 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 12 Jul 2007 21:13:54 +0000 (21:13 +0000)
[r15099]

ir/ana/irlivechk.c

index 479d3b8..b19f782 100644 (file)
@@ -252,7 +252,7 @@ lv_chk_t *lv_chk_new(ir_graph *irg)
        res->back_edge_tgt = bitset_obstack_alloc(obst, res->n_blocks);
        res->map           = obstack_alloc(obst, res->n_blocks * sizeof(res->map[0]));
 
-#if 1
+#if 0
        {
                char name[256];
                FILE *f;