From 389d65fc4c021916d561f537569efb1cb156041d Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 15 Dec 2004 10:47:48 +0000 Subject: [PATCH] dumper settings now always want a value [r4660] --- testprograms/if_while_example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.20.1