From: Michael Beck Date: Wed, 15 Dec 2004 10:47:48 +0000 (+0000) Subject: dumper settings now always want a value X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=389d65fc4c021916d561f537569efb1cb156041d;p=libfirm dumper settings now always want a value [r4660] --- diff --git a/testprograms/if_while_example.c b/testprograms/if_while_example.c index 50758d25c..f7b3df802 100644 --- a/testprograms/if_while_example.c +++ b/testprograms/if_while_example.c @@ -146,7 +146,7 @@ main(void) /* output the vcg file */ printf("Done building the graph. Dumping it with out-edges.\n"); - dump_out_edges(); + dump_out_edges(1); dump_ir_graph (irg, 0); printf("Use xvcg to view this graph:\n"); printf("/ben/goetz/bin/xvcg GRAPHNAME\n\n");