changed ir_vrfy and vrfy_graph to irn_vrfy and irg_vrfy!
[libfirm] / testprograms / array-heap_example.c
index 101a060..9750b78 100644 (file)
@@ -142,7 +142,7 @@ main(void)
   mature_block (main_irg->end_block);
 
   /* verify the graph */
-  vrfy_graph(main_irg);
+  irg_vrfy(main_irg);
 
   printf("\nDone building the graph.\n");
   printf("Dumping the graph and a type graph.\n");