interface for configuration added (Michael)
[libfirm] / testprograms / identify_types.c
index 48f12e7..2660c83 100644 (file)
@@ -59,7 +59,7 @@ int main(int argc, char **argv)
   */
 
   printf("Done building the graph.  Dumping it.\n");
-  dump_all_types();
+  dump_all_types(0);
 
   printf("use xvcg to view this graph:\n");
   printf("/ben/goetz/bin/xvcg GRAPHNAME\n\n");