X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2Fif_while_example.c;h=a25be76449ef606ca091d56b201107df17228016;hb=79df37c097fe8cfb7d8e56d30b658f7ce8f6655d;hp=1d418f940804808af71c6843542d796ebe6a21b7;hpb=4ea1df63a99fe3e9bf8f0395cdf33c39d4a2c677;p=libfirm diff --git a/testprograms/if_while_example.c b/testprograms/if_while_example.c index 1d418f940..a25be7644 100644 --- a/testprograms/if_while_example.c +++ b/testprograms/if_while_example.c @@ -112,7 +112,7 @@ main(void) mature_block (irg->end_block); /* verify the graph */ - vrfy_graph(irg); + irg_vrfy(irg); /* output the vcg file */ printf("\nDone building the graph. Dumping it.\n");