*** empty log message ***
[libfirm] / testprograms / if_example.c
index e20ad23..360a98c 100644 (file)
@@ -104,7 +104,9 @@ main(void)
   mature_block (irg->end_block);
 
   /* verify the graph */
-  vrfy_graph(irg);
+  irg_vrfy(irg);
+
+  dead_node_elimination(irg);
 
   /* output the vcg file */
   printf("\nDone building the graph.  Dumping it.\n");