mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
Issue #2307 - Part 3b: Fix build bustage.
This commit is contained in:
parent
50a4412750
commit
45c19ce1c5
3 changed files with 6 additions and 28 deletions
|
|
@ -86,14 +86,7 @@ class LIRGeneratorNone : public LIRGeneratorShared
|
|||
|
||||
LTableSwitch* newLTableSwitch(LAllocation, LDefinition, MTableSwitch*) { MOZ_CRASH(); }
|
||||
LTableSwitchV* newLTableSwitchV(MTableSwitch*) { MOZ_CRASH(); }
|
||||
void visitSimdSelect(MSimdSelect* ins) { MOZ_CRASH(); }
|
||||
void visitSimdSplat(MSimdSplat* ins) { MOZ_CRASH(); }
|
||||
void visitSimdSwizzle(MSimdSwizzle* ins) { MOZ_CRASH(); }
|
||||
void visitSimdShuffle(MSimdShuffle* ins) { MOZ_CRASH(); }
|
||||
void visitSimdValueX4(MSimdValueX4* lir) { MOZ_CRASH(); }
|
||||
void visitSubstr(MSubstr*) { MOZ_CRASH(); }
|
||||
void visitSimdBinaryArith(js::jit::MSimdBinaryArith*) { MOZ_CRASH(); }
|
||||
void visitSimdBinarySaturating(MSimdBinarySaturating* ins) { MOZ_CRASH(); }
|
||||
void visitRandom(js::jit::MRandom*) { MOZ_CRASH(); }
|
||||
void visitCopySign(js::jit::MCopySign*) { MOZ_CRASH(); }
|
||||
void visitWasmTruncateToInt64(MWasmTruncateToInt64*) { MOZ_CRASH(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue