X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2Fif_else_example.c;h=89ef83d7c89e4e06a0752f30c69e5bad54ece7fa;hb=5470b27c201e3fd91f5af86753dd55806277edcb;hp=77a9bb56289f611d3dc19e07d7d089aa72944d62;hpb=a3a4f27fa76972a5aa4773b34ad83796eaf1fcfc;p=libfirm diff --git a/testprograms/if_else_example.c b/testprograms/if_else_example.c index 77a9bb562..89ef83d7c 100644 --- a/testprograms/if_else_example.c +++ b/testprograms/if_else_example.c @@ -7,7 +7,9 @@ */ # include +# include +# include "irvrfy.h" # include "firm.h" # include "irdump.h" @@ -126,9 +128,9 @@ int main(int argc, char **argv) /* verify the graph */ irg_vrfy(irg); + finalize_cons (irg); printf("Done building the graph. Dumping it.\n"); - //dump_ir_graph (irg); dump_ir_block_graph (irg); printf("use xvcg to view this graph:\n"); printf("/ben/goetz/bin/xvcg GRAPHNAME\n\n");