mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Issue #2307 - Part 2b: Remove superfluous dev comment
This commit is contained in:
parent
20f39d9450
commit
b086ec848b
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue