summaryrefslogtreecommitdiff
path: root/src/wasm2js.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm2js.h')
-rw-r--r--src/wasm2js.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wasm2js.h b/src/wasm2js.h
index 6d3f0682c..9a1a93b2b 100644
--- a/src/wasm2js.h
+++ b/src/wasm2js.h
@@ -1988,8 +1988,6 @@ Ref Wasm2JSBuilder::processFunctionBody(Module* m,
}
Ref visitNop(Nop* curr) { return ValueBuilder::makeToplevel(); }
- Ref visitPrefetch(Prefetch* curr) { return ValueBuilder::makeToplevel(); }
-
Ref visitUnreachable(Unreachable* curr) {
return ValueBuilder::makeCall(ABORT_FUNC);
}
@@ -2124,10 +2122,6 @@ Ref Wasm2JSBuilder::processFunctionBody(Module* m,
unimplemented(curr);
WASM_UNREACHABLE("unimp");
}
- Ref visitSIMDWiden(SIMDWiden* curr) {
- unimplemented(curr);
- WASM_UNREACHABLE("unimp");
- }
Ref visitMemoryInit(MemoryInit* curr) {
ABI::wasm2js::ensureHelpers(module, ABI::wasm2js::MEMORY_INIT);
return ValueBuilder::makeCall(ABI::wasm2js::MEMORY_INIT,