removed assert
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Fri, 17 Mar 2006 16:48:32 +0000 (16:48 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Fri, 17 Mar 2006 16:48:32 +0000 (16:48 +0000)
ir/be/ia32/ia32_emitter.c

index 754ee97..b0c14b3 100644 (file)
@@ -238,7 +238,7 @@ char *ia32_emit_binop(const ir_node *n, ia32_emit_env_t *env) {
        static char *buf = NULL;
 
        /* verify that this function is never called on non-AM supporting operations */
-       assert(get_ia32_am_support(n) != ia32_am_None && "emit binop expects addressmode support");
+       //assert(get_ia32_am_support(n) != ia32_am_None && "emit binop expects addressmode support");
 
 #define PRODUCES_RESULT(n)   \
        (!(is_ia32_St(n)      || \