Remove long commented out assert(), which is not true anymore since most nodes have...
authorChristoph Mallon <christoph.mallon@gmx.de>
Mon, 22 Sep 2008 09:07:54 +0000 (09:07 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 22 Sep 2008 09:07:54 +0000 (09:07 +0000)
[r22167]

ir/be/ia32/ia32_emitter.c

index d377143..5e02713 100644 (file)
@@ -701,10 +701,6 @@ static int determine_final_pnc(const ir_node *node, int flags_pos,
                        pnc = get_mirrored_pnc(pnc);
                pnc |= ia32_pn_Cmp_float;
        } else {
-#if 0
-               assert(is_ia32_Cmp(flags) || is_ia32_Test(flags)
-                               || is_ia32_Cmp8Bit(flags) || is_ia32_Test8Bit(flags));
-#endif
                flags_attr = get_ia32_attr_const(flags);
 
                if (flags_attr->data.ins_permuted)