X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2Firr_cf_example.c;h=345e4a327dbd65c494c33397b503e81ecb157cba;hb=79df37c097fe8cfb7d8e56d30b658f7ce8f6655d;hp=9056fc103eb85c02a0b59f5260b2d419f1d30cf5;hpb=4ea1df63a99fe3e9bf8f0395cdf33c39d4a2c677;p=libfirm diff --git a/testprograms/irr_cf_example.c b/testprograms/irr_cf_example.c index 9056fc103..345e4a327 100644 --- a/testprograms/irr_cf_example.c +++ b/testprograms/irr_cf_example.c @@ -124,7 +124,7 @@ int main(int argc, char **argv) mature_block (irg->end_block); /* verify the graph */ - vrfy_graph(irg); + irg_vrfy(irg); printf("\nDone building the graph.\n"); printf("Dumping the graph and a control flow graph.\n");