summaryrefslogtreecommitdiff
path: root/js/src/jit
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2023-09-19 16:53:12 +0200
committerMoonchild <moonchild@palemoon.org>2023-09-19 16:53:12 +0200
commitbb39e1e38f75d115bd1f0dc82d5b561a2da57d2e (patch)
tree52400e5ee56a8c27beaaea0c496afe7a56ad501a /js/src/jit
parent7003ea7dc4e6164fc2451e4255da0cc1a7b4d22f (diff)
downloaduxp-bb39e1e38f75d115bd1f0dc82d5b561a2da57d2e.tar.gz
Issue #2307 - Part 3b: Fix build bustage.
Diffstat (limited to 'js/src/jit')
-rw-r--r--js/src/jit/none/Lowering-none.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/js/src/jit/none/Lowering-none.h b/js/src/jit/none/Lowering-none.h
index 64f85e4573..5fe6c7268f 100644
--- a/js/src/jit/none/Lowering-none.h
+++ b/js/src/jit/none/Lowering-none.h
@@ -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(); }