From b086ec848b63d4040abbbe56c41bddce95d02029 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Wed, 13 Sep 2023 17:09:54 +0200 Subject: [PATCH] Issue #2307 - Part 2b: Remove superfluous dev comment --- js/src/jit/x86-shared/CodeGenerator-x86-shared.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/js/src/jit/x86-shared/CodeGenerator-x86-shared.cpp b/js/src/jit/x86-shared/CodeGenerator-x86-shared.cpp index 9858836e7d..7e28891a84 100644 --- a/js/src/jit/x86-shared/CodeGenerator-x86-shared.cpp +++ b/js/src/jit/x86-shared/CodeGenerator-x86-shared.cpp @@ -2498,7 +2498,6 @@ CodeGeneratorX86Shared::visitFloat32x4ToUint32x4(LFloat32x4ToUint32x4* ins) if (gen->compilingWasm()) masm.j(Assembler::NotEqual, trap(ins->mir(), wasm::Trap::ImpreciseSimdConversion)); else -// bailoutIf(Assembler::NotEqual, ins->snapshot()); bailout(ins->snapshot()); masm.bind(&ok); }