X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2Fif_else_example.c;h=0fea90b397690d4e5ffb2d50c38e3b693e00a91d;hb=00a738642c7cfca9a7d3916fd34f53a1efb92dba;hp=8d5b066d9ab57dfe53fedf8d33777f6e353f9886;hpb=375ed64a6ca155d467bba1c44e5b635f82102c37;p=libfirm diff --git a/testprograms/if_else_example.c b/testprograms/if_else_example.c index 8d5b066d9..0fea90b39 100644 --- a/testprograms/if_else_example.c +++ b/testprograms/if_else_example.c @@ -1,4 +1,4 @@ -/* + /* * Project: libFIRM * File name: testprograms/if_else_example.c * Purpose: Shows construction of if ... else control flow. @@ -130,7 +130,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); printf("Optimizing ...\n"); local_optimize_graph(irg); @@ -138,7 +138,7 @@ int main(int argc, char **argv) /* verify 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);