X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2Farray-heap_example.c;h=9750b788b282ac974f76643a58d7f8a09585c76a;hb=79df37c097fe8cfb7d8e56d30b658f7ce8f6655d;hp=101a0603cde99121b64f1a75901c87447fd5af4b;hpb=4ea1df63a99fe3e9bf8f0395cdf33c39d4a2c677;p=libfirm diff --git a/testprograms/array-heap_example.c b/testprograms/array-heap_example.c index 101a0603c..9750b788b 100644 --- a/testprograms/array-heap_example.c +++ b/testprograms/array-heap_example.c @@ -142,7 +142,7 @@ main(void) mature_block (main_irg->end_block); /* verify the graph */ - vrfy_graph(main_irg); + irg_vrfy(main_irg); printf("\nDone building the graph.\n"); printf("Dumping the graph and a type graph.\n");