From 2c2c56e73d75124c542ec97fa6d0df75a43a6536 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Wed, 15 Oct 2008 21:29:45 +0000 Subject: [PATCH] Remove dumping the -am graph. It is exactly the same as the -opt graph. [r22930] --- ir/be/ia32/bearch_ia32.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/ir/be/ia32/bearch_ia32.c b/ir/be/ia32/bearch_ia32.c index 0b4599d55..965b211e9 100644 --- a/ir/be/ia32/bearch_ia32.c +++ b/ir/be/ia32/bearch_ia32.c @@ -1007,9 +1007,6 @@ static void ia32_prepare_graph(void *self) { /* optimize address mode */ ia32_optimize_graph(cg); - if (cg->dump) - be_dump(cg->irg, "-am", dump_ir_block_graph_sched); - /* do code placement, to optimize the position of constants */ place_code(cg->irg); -- 2.20.1