used new new_type_frame() to generate frame types
[libfirm] / testprograms / strength_red_example.c
index 5ddaf4e..48a2a8a 100644 (file)
@@ -453,7 +453,7 @@ main(void)
   for (i = 0; i < n_irgs; ++i) {
     current_ir_graph = get_irp_irg(i);
     irg_vrfy(current_ir_graph);
-    finalize_cons (current_ir_graph);
+    irg_finalize_cons (current_ir_graph);
 
     /* output the vcg file */
     //dump_ir_block_graph (current_ir_graph, "-early");