From 078cbc418588f6c3673026bb800a868e46cae27b Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 6 Sep 2006 12:01:36 +0000 Subject: [PATCH] empty block removing seems to work now --- ir/be/ia32/bearch_ia32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/ia32/bearch_ia32.c b/ir/be/ia32/bearch_ia32.c index 07795635a..077c866cf 100644 --- a/ir/be/ia32/bearch_ia32.c +++ b/ir/be/ia32/bearch_ia32.c @@ -1254,7 +1254,7 @@ static void ia32_finish(void *self) { // Matze: disabled for now, as the irextbb algo sometimes returns extbb in // the wrong order if the graph has critical edges - //be_remove_empty_blocks(irg); + be_remove_empty_blocks(irg); cg->blk_sched = sched_create_block_schedule(cg->irg, cg->birg->execfreqs); -- 2.20.1