X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2Fexception_example.c;h=eaee6e9170f13870e18f00ba98e7301fc33174f4;hb=6708a4bc2bbc035dcc84752a1e34c2edeef07c2d;hp=5ed12923f46e1a916f8aae3b1b3924bec7d177d8;hpb=d90f02aaad0549d22f1c575112de75103b98447e;p=libfirm diff --git a/testprograms/exception_example.c b/testprograms/exception_example.c index 5ed12923f..eaee6e917 100644 --- a/testprograms/exception_example.c +++ b/testprograms/exception_example.c @@ -127,7 +127,7 @@ int main(int argc, char **argv) /* Now we can mature the end block as all it's predecessors are known. */ mature_immBlock (get_irg_end_block(irg)); - finalize_cons (irg); + irg_finalize_cons (irg); /* verify the graph */ irg_vrfy(irg);