print all types in a vcg graph
authorChristian Schäfer <schaefer@ipd.info.uni-karlsruhe.de>
Wed, 6 Sep 2000 14:49:53 +0000 (14:49 +0000)
committerChristian Schäfer <schaefer@ipd.info.uni-karlsruhe.de>
Wed, 6 Sep 2000 14:49:53 +0000 (14:49 +0000)
[r68]

testprograms/Makefile
testprograms/oo_program_example.c

index bbee5b4..09cbe03 100644 (file)
@@ -2,6 +2,7 @@ DIRS = adt common debug ident ir tr tv
 INCDIRS = -I../include
 
 LIBDIRS=-L.. -L/usr/public/lib/gmp/
+
 LIBS=-lfirm -lgmp
 
 %.o:   %.c
index 325bce5..31f3bdb 100644 (file)
@@ -211,6 +211,9 @@ main(void)
     dump_ir_block_graph (get_irp_irg(i));
     dump_type_graph(get_irp_irg(i));
   }
+  //CS
+  dump_all_types();
+
   printf("Use xvcg to view these graphs:\n");
   printf("/ben/goetz/bin/xvcg GRAPHNAME\n\n");
   return (1);