Removed dominance computation if irg_vrfy
authorSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Wed, 31 Aug 2005 17:39:47 +0000 (17:39 +0000)
committerSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Wed, 31 Aug 2005 17:39:47 +0000 (17:39 +0000)
[r6554]

ir/ir/irvrfy.c

index aaf39ab..bb4af61 100644 (file)
@@ -1667,8 +1667,6 @@ int irg_vrfy(ir_graph *irg)
   last_irg_error = NULL;
 
   assert(get_irg_pinned(irg) == op_pin_state_pinned);
-       if (get_irg_dom_state(current_ir_graph) != dom_consistent)
-               compute_doms(current_ir_graph);
   irg_walk_graph(irg, vrfy_wrap, NULL, &res);
 
   current_ir_graph = rem;