From: Sebastian Buchwald Date: Sun, 5 Oct 2008 17:45:26 +0000 (+0000) Subject: Removed superfluous edge dump. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=63f71bb1fdb81519aea3d7ae9a1e4c94262c8d0b;p=libfirm Removed superfluous edge dump. [r22504] --- diff --git a/heuristical.c b/heuristical.c index 1011d3e5d..cad3e8ce6 100644 --- a/heuristical.c +++ b/heuristical.c @@ -370,7 +370,6 @@ void applyRI(pbqp *pbqp) normalize_towards_target(pbqp, edge); } else { pbqp_matrix_add_to_all_rows(mat, node->costs); - dump_edge(pbqp, edge); normalize_towards_source(pbqp, edge); } disconnect_edge(other_node, edge);