From 1f0abf67192d135bfc4fe40e68d46a73941ecadf Mon Sep 17 00:00:00 2001 From: FIRM Projekt Account Date: Fri, 1 Jul 2005 08:17:19 +0000 Subject: [PATCH] removed place_code() and dead_node_elim() to dump an unpinned graph, like before [r6162] --- testprograms/global_cse.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/testprograms/global_cse.c b/testprograms/global_cse.c index e84bc16bb..a9bed6d05 100644 --- a/testprograms/global_cse.c +++ b/testprograms/global_cse.c @@ -151,10 +151,7 @@ main(void) printf("Optimizing ...\n"); local_optimize_graph(irg); - place_code(irg); - set_opt_global_cse(0); - dead_node_elimination(irg); /* output the vcg file */ printf("Done building the graph. Dumping it.\n"); -- 2.20.1