X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2Fglobal_var_example.c;h=956192f93a10f9e89fafe01938099cdddd667455;hb=d5270b4f4973d5a88eb48ea66c43e9f518dfd360;hp=c1ababb448ef1e9f1159ee8b96374dc6436bd5aa;hpb=4ea1df63a99fe3e9bf8f0395cdf33c39d4a2c677;p=libfirm diff --git a/testprograms/global_var_example.c b/testprograms/global_var_example.c index c1ababb44..956192f93 100644 --- a/testprograms/global_var_example.c +++ b/testprograms/global_var_example.c @@ -106,7 +106,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);