From: Christoph Mallon Date: Wed, 8 Oct 2008 14:00:38 +0000 (+0000) Subject: No need to ignore Projs in the emitter, because there are none in the schedule. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=a0ea0fb47b29af1bb77ebcd40955d8e1c19b31dd;p=libfirm No need to ignore Projs in the emitter, because there are none in the schedule. [r22608] --- diff --git a/ir/be/ia32/ia32_emitter.c b/ir/be/ia32/ia32_emitter.c index 56a931112..7061a7c46 100644 --- a/ir/be/ia32/ia32_emitter.c +++ b/ir/be/ia32/ia32_emitter.c @@ -1824,7 +1824,6 @@ static void ia32_register_emitters(void) /* firm emitter */ EMIT(Jmp); IGN(Phi); - IGN(Proj); IGN(Start); #undef BE_EMIT