renamed new_type_pointer_mode() into new_type_pointer()
[libfirm] / ir / opt / strength_red.c
index 5489098..565a9f4 100644 (file)
@@ -573,7 +573,7 @@ void reduce_strength(ir_graph *irg) {
   /* Call algorithm that computes the dominator trees. */
   compute_doms(irg);
   /* Call algorithm that computes the out edges */
-  compute_outs(irg);
+  compute_irg_outs(irg);
 
   /* -- Search expressions that can be optimized -- */
   irg_walk_graph(irg, NULL, reduce_itervar, NULL);