X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2Fcall_str_example.c;h=20208ef52239dfd91e1c579b9f33daa0a38e9368;hb=d5270b4f4973d5a88eb48ea66c43e9f518dfd360;hp=593a2e8940282f46c61ce0edc5bbadb2f15a6e06;hpb=4ea1df63a99fe3e9bf8f0395cdf33c39d4a2c677;p=libfirm diff --git a/testprograms/call_str_example.c b/testprograms/call_str_example.c index 593a2e894..20208ef52 100644 --- a/testprograms/call_str_example.c +++ b/testprograms/call_str_example.c @@ -93,7 +93,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. Dumping it.\n"); dump_ir_block_graph (irg);