From: Christian Würdig Date: Thu, 6 Apr 2006 16:01:15 +0000 (+0000) Subject: activated deadnode elimination X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=3b62c5e12dc947bb54c219127605eede3247c6df;p=libfirm activated deadnode elimination --- diff --git a/ir/be/bemain.c b/ir/be/bemain.c index eaa13d0cc..a07a214b3 100644 --- a/ir/be/bemain.c +++ b/ir/be/bemain.c @@ -315,7 +315,7 @@ static void be_main_loop(FILE *file_handle) * Note that this requires disabling the edges here. */ edges_deactivate(irg); - //dead_node_elimination(irg); + dead_node_elimination(irg); edges_activate(irg); /* Compute loop nesting information (for weighting copies) */