Simply emit nothing for ia32 Unknown.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 11 Nov 2012 21:42:49 +0000 (22:42 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 11 Nov 2012 22:19:06 +0000 (23:19 +0100)
ir/be/ia32/ia32_emitter.c

index 01b619e..c8579bd 100644 (file)
@@ -3690,6 +3690,7 @@ static void ia32_register_binary_emitters(void)
 
        /* ignore the following nodes */
        register_emitter(op_ia32_ProduceVal,   emit_Nothing);
+       register_emitter(op_ia32_Unknown,      emit_Nothing);
        register_emitter(op_be_Keep,           emit_Nothing);
        register_emitter(op_be_Start,          emit_Nothing);
        register_emitter(op_Phi,               emit_Nothing);