removed mulh emit
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Wed, 18 Jan 2006 15:55:37 +0000 (15:55 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Wed, 18 Jan 2006 15:55:37 +0000 (15:55 +0000)
ir/be/ia32/ia32_emitter.c

index e9f9f65..c8ec036 100644 (file)
@@ -693,8 +693,6 @@ void ia32_emit_node(ir_node *irn, void *env) {
 
        IA32_EMIT(Mul);
        IA32_EMIT(Mul_i);
-       IA32_EMIT(Mulh);
-       IA32_EMIT(Mulh_i);
 
        IA32_EMIT(Cltd);
        IA32_EMIT(DivMod);