X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2Fcall_str_example.c;h=20208ef52239dfd91e1c579b9f33daa0a38e9368;hb=7fe7a673936552cc45d7ffeb03ecaa511844e337;hp=6d78e37a88fbfccc6bbcf6f6c85335839478db13;hpb=efbeaff549fcc6015da255ed4d453a95937ff0fd;p=libfirm diff --git a/testprograms/call_str_example.c b/testprograms/call_str_example.c index 6d78e37a8..20208ef52 100644 --- a/testprograms/call_str_example.c +++ b/testprograms/call_str_example.c @@ -92,13 +92,14 @@ int main(int argc, char **argv) /* Now we can mature the end block as all it's predecessors are known. */ mature_block (irg->end_block); + /* verify the graph */ + irg_vrfy(irg); + printf("\nDone building the graph. Dumping it.\n"); dump_ir_block_graph (irg); printf("use xvcg to view this graph:\n"); - printf("/ben/trapp/bin/i486/xvcg GRAPHNAME\n"); + printf("/ben/goetz/bin/xvcg GRAPHNAME\n"); return (0); - - }