From: Götz Lindenmaier Date: Wed, 16 Aug 2000 17:12:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=b5e930bcadd27e101d8662c0414422f82ec22559;p=libfirm *** empty log message *** [r60] --- diff --git a/ir/ir/irgopt.c b/ir/ir/irgopt.c index 1f66dc052..7adb8b6d7 100644 --- a/ir/ir/irgopt.c +++ b/ir/ir/irgopt.c @@ -400,7 +400,6 @@ copy_node2 (ir_node *n, void *env) { graph. */ void copy_graph () { - DDMSG; /* Not all nodes remembered in current_ir_graph might be reachable from the end node. Assure their link is set to NULL so that we can test whether new nodes have been computed. */ @@ -431,8 +430,6 @@ copy_graph () { copy_preds(get_irg_bad(current_ir_graph), NULL); } set_irg_bad(current_ir_graph, get_new_node(get_irg_bad(current_ir_graph))); - - DDMSG; } void