activated deadnode elimination
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Thu, 6 Apr 2006 16:01:15 +0000 (16:01 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Thu, 6 Apr 2006 16:01:15 +0000 (16:01 +0000)
ir/be/bemain.c

index eaa13d0..a07a214 100644 (file)
@@ -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) */