summaryrefslogtreecommitdiff
path: root/src/asm2wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/asm2wasm.h')
-rw-r--r--src/asm2wasm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/asm2wasm.h b/src/asm2wasm.h
index b952521ae..daf4d9af1 100644
--- a/src/asm2wasm.h
+++ b/src/asm2wasm.h
@@ -1248,9 +1248,6 @@ void Asm2WasmBuilder::processAsm(Ref ast) {
passRunner.add<ApplyDebugInfo>(this);
passRunner.add("vacuum"); // FIXME maybe just remove the nops that were debuginfo nodes, if not optimizing?
}
- // make sure to not emit unreachable code at all, even in -O0, as wasm rules for it are complex
- // and changing.
- passRunner.add("dce");
passRunner.run();
// remove the debug info intrinsic