From: Christian Würdig Date: Sun, 4 Jun 2006 14:56:51 +0000 (+0000) Subject: BugFix: do not schedule memory proj when creating store for spill X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;ds=sidebyside;h=10b57fa67b6df8de4876a8b8ba1720b75ef3ec53;p=libfirm BugFix: do not schedule memory proj when creating store for spill --- diff --git a/ir/be/ia32/bearch_ia32.c b/ir/be/ia32/bearch_ia32.c index 5bc9c1da2..bdf1589a6 100644 --- a/ir/be/ia32/bearch_ia32.c +++ b/ir/be/ia32/bearch_ia32.c @@ -945,8 +945,6 @@ static void transform_to_Store(ia32_transform_env_t *env) { if (sched_point) { sched_add_after(sched_point, new_op); - sched_add_after(new_op, proj); - sched_remove(irn); }