replaced malloc by xmalloc
[libfirm] / testprograms / empty.c
index 156abd5..3996588 100644 (file)
@@ -92,7 +92,7 @@ int main(int argc, char **argv)
 
   /* Verify the graph.  Finds some very bad errors in the graph. */
   irg_vrfy(irg);
-  finalize_cons (irg);
+  irg_finalize_cons (irg);
 
   printf("Done building the graph.  Dumping it.\n");
   dump_ir_block_graph (irg, 0);