diff --git a/ir_x86.dasc b/ir_x86.dasc index a88a708..c5e78d4 100644 --- a/ir_x86.dasc +++ b/ir_x86.dasc @@ -4828,7 +4828,6 @@ static void ir_emit_int2fp(ir_ctx *ctx, ir_ref def, ir_insn *insn) if (ctx->flags & IR_AVX) { | vcvtsi2sd xmm(def_reg-IR_REG_FP_FIRST), xmm(def_reg-IR_REG_FP_FIRST), Rq(op1_reg) } else { - | pxor xmm(def_reg-IR_REG_FP_FIRST), xmm(def_reg-IR_REG_FP_FIRST) | cvtsi2sd xmm(def_reg-IR_REG_FP_FIRST), Rq(op1_reg) } } else {