*** empty log message ***
[libfirm] / testprograms / three_cfpred_example.c
index e51cc5a..a6a15ca 100644 (file)
@@ -146,6 +146,8 @@ int main(int argc, char **argv)
   /* verify the graph */
   irg_vrfy(irg);
 
+  dead_node_elimination(irg);
+
   printf("Dumping the graph and a control flow graph.\n");
   dump_ir_block_graph (irg);
   dump_cfg (irg);