changed ir_vrfy and vrfy_graph to irn_vrfy and irg_vrfy!
[libfirm] / testprograms / if_while_example.c
index 1d418f9..a25be76 100644 (file)
@@ -112,7 +112,7 @@ main(void)
   mature_block (irg->end_block);
 
   /* verify the graph */
-  vrfy_graph(irg);
+  irg_vrfy(irg);
 
   /* output the vcg file */
   printf("\nDone building the graph.  Dumping it.\n");