X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2Fempty.c;h=238da87bdebfab9c3540b55ecdb92510bc80d089;hb=a4c85aab2676bbb3138f042ed5bc27a6df8b1903;hp=f00430d6389a8fecb853d4134259cf9793ec64f7;hpb=c201fe69b5fcb5a8430afafe2e15946cab4e45c4;p=libfirm diff --git a/testprograms/empty.c b/testprograms/empty.c index f00430d63..238da87bd 100644 --- a/testprograms/empty.c +++ b/testprograms/empty.c @@ -92,6 +92,8 @@ int main(int argc, char **argv) printf("Done building the graph. Dumping it.\n"); dump_ir_block_graph (irg); + dump_all_types(); + printf("use xvcg to view this graph:\n"); printf("/ben/goetz/bin/xvcg GRAPHNAME\n\n");