X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2Fif_else_example.c;h=129b076e1f5315770d2a361d88f863c18a7166eb;hb=79df37c097fe8cfb7d8e56d30b658f7ce8f6655d;hp=837843c46953b8b6268a242361993026c40f6031;hpb=4ea1df63a99fe3e9bf8f0395cdf33c39d4a2c677;p=libfirm diff --git a/testprograms/if_else_example.c b/testprograms/if_else_example.c index 837843c46..129b076e1 100644 --- a/testprograms/if_else_example.c +++ b/testprograms/if_else_example.c @@ -120,7 +120,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);