Remove pointless assert (the node of modes is rather seldom 0 and the pointer has...
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 12 Aug 2008 19:35:22 +0000 (19:35 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 12 Aug 2008 19:35:22 +0000 (19:35 +0000)
[r21133]

ir/be/ia32/ia32_transform.c

index 3e0cc10..f4301dd 100644 (file)
@@ -2800,7 +2800,6 @@ static ir_node *gen_Cmp(ir_node *node)
                }
        }
        set_am_attributes(new_node, &am);
                }
        }
        set_am_attributes(new_node, &am);
-       assert(cmp_mode != NULL);
        set_ia32_ls_mode(new_node, cmp_mode);
 
        SET_IA32_ORIG_NODE(new_node, ia32_get_old_node_name(env_cg, node));
        set_ia32_ls_mode(new_node, cmp_mode);
 
        SET_IA32_ORIG_NODE(new_node, ia32_get_old_node_name(env_cg, node));