dumper settings now always want a value
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 15 Dec 2004 10:47:48 +0000 (10:47 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 15 Dec 2004 10:47:48 +0000 (10:47 +0000)
[r4660]

testprograms/if_while_example.c

index 50758d2..f7b3df8 100644 (file)
@@ -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");