X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2Fempty.c;h=39965889ccb600e66f920f55b41de8b2707859b6;hb=d05f2f595bc9e58182ce491597a69de7e0ce1d91;hp=156abd57b883da2670d5655f2d3d739295331e64;hpb=dddcc630819f338c3b45e2bc646233e6872d5bb6;p=libfirm diff --git a/testprograms/empty.c b/testprograms/empty.c index 156abd57b..39965889c 100644 --- a/testprograms/empty.c +++ b/testprograms/empty.c @@ -92,7 +92,7 @@ int main(int argc, char **argv) /* Verify the graph. Finds some very bad errors in the graph. */ irg_vrfy(irg); - finalize_cons (irg); + irg_finalize_cons (irg); printf("Done building the graph. Dumping it.\n"); dump_ir_block_graph (irg, 0);