From: Christoph Mallon Date: Mon, 22 Sep 2008 09:07:54 +0000 (+0000) Subject: Remove long commented out assert(), which is not true anymore since most nodes have... X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=a29162792b5bab8db14af0b15ccf641a0412596b;p=libfirm Remove long commented out assert(), which is not true anymore since most nodes have a flags output. [r22167] --- diff --git a/ir/be/ia32/ia32_emitter.c b/ir/be/ia32/ia32_emitter.c index d377143b0..5e0271340 100644 --- a/ir/be/ia32/ia32_emitter.c +++ b/ir/be/ia32/ia32_emitter.c @@ -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)