*** empty log message ***
[libfirm] / testprograms / oo_program_example.c
index 7365d53..aba9308 100644 (file)
@@ -137,6 +137,7 @@ main(void)
   mature_block (main_irg->end_block);
 
   printf("\nDone building the graph.\n");
+  vrfy_graph(main_irg);
   printf("Dumping the graph and a type graph.\n");
   dump_ir_block_graph (main_irg);
   dump_type_graph(main_irg);
@@ -167,6 +168,7 @@ main(void)
   mature_block (set_a_irg->end_block);
 
   printf("\nDone building the graph.\n");
+  vrfy_graph(set_a_irg);
   printf("Dumping the graph and a type graph.\n");
   dump_ir_block_graph (set_a_irg);
   dump_type_graph(set_a_irg);