rebuild edges after backend transform phase
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Thu, 15 Feb 2007 14:58:16 +0000 (14:58 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Thu, 15 Feb 2007 14:58:16 +0000 (14:58 +0000)
ir/be/bemain.c

index e3a494c..0052239 100644 (file)
@@ -527,7 +527,7 @@ static void be_main_loop(FILE *file_handle, const char *cup_name)
                be_do_stat_nodes(irg, "03 Prepare");
 
                /* Transformation may produce nodes only reachable via out edges, kill them. */
-#if 0
+#if 1
                edges_deactivate(irg);
                edges_activate(irg);
 #endif