Remove unnecessary conversions to wider modes as operands of Cmp.
[libfirm] / ir / opt / ldst2.c
index 20b8109..2217c7e 100644 (file)
@@ -605,8 +605,9 @@ void opt_ldst2(ir_graph* irg)
        irg_block_walk_graph(irg, AliasSetDestroyer, NULL, NULL);
        obstack_free(&obst, NULL);
 
+       normalize_proj_nodes(irg);
        irg_walk_graph(irg, NormaliseSync, NULL, NULL);
-       optimize_graph_df(irg);
+  optimize_graph_df(irg);
        irg_walk_graph(irg, NormaliseSync, NULL, NULL);
        dump_ir_block_graph(irg, "-postfluffig");
 }