From: Matthias Braun Date: Wed, 6 Sep 2006 12:01:36 +0000 (+0000) Subject: empty block removing seems to work now X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=078cbc418588f6c3673026bb800a868e46cae27b;p=libfirm empty block removing seems to work now --- 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);