No need to ignore Projs in the emitter, because there are none in the schedule.
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 8 Oct 2008 14:00:38 +0000 (14:00 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 8 Oct 2008 14:00:38 +0000 (14:00 +0000)
[r22608]

ir/be/ia32/ia32_emitter.c

index 56a9311..7061a7c 100644 (file)
@@ -1824,7 +1824,6 @@ static void ia32_register_emitters(void)
        /* firm emitter */
        EMIT(Jmp);
        IGN(Phi);
-       IGN(Proj);
        IGN(Start);
 
 #undef BE_EMIT