*** empty log message ***
[libfirm] / testprograms / call_str_example.c
index 593a2e8..20208ef 100644 (file)
@@ -93,7 +93,7 @@ int main(int argc, char **argv)
   mature_block (irg->end_block);
 
   /* verify the graph */
-  vrfy_graph(irg);
+  irg_vrfy(irg);
 
   printf("\nDone building the graph.  Dumping it.\n");
   dump_ir_block_graph (irg);