fixed typo
authorMatthias Braun <matze@braunis.de>
Mon, 4 Sep 2006 22:52:50 +0000 (22:52 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 4 Sep 2006 22:52:50 +0000 (22:52 +0000)
ir/be/bemain.c

index 7dfb88e..c952a17 100644 (file)
@@ -31,6 +31,7 @@
 #include "irvrfy.h"
 #include "return.h"
 #include "firmstat.h"
+#include "cfopt.h"
 
 #include "bearch.h"
 #include "firm/bearch_firm.h"
@@ -324,6 +325,8 @@ static void prepare_graph(be_irg_t *birg)
        /* Make just one return node. */
        normalize_one_return(irg);
 
+       optimize_cf(irg);
+
        /* Remove critical edges */
        remove_critical_cf_edges(irg);