summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/passes/Bysyncify.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passes/Bysyncify.cpp b/src/passes/Bysyncify.cpp
index f1e6c9f7d..416869194 100644
--- a/src/passes/Bysyncify.cpp
+++ b/src/passes/Bysyncify.cpp
@@ -684,6 +684,7 @@ private:
// We must handle all control flow above, and all things that can change
// the state, so there should be nothing that can reach here - add it
// earlier as necessary.
+ // std::cout << *curr << '\n';
WASM_UNREACHABLE();
}
@@ -1004,7 +1005,6 @@ struct Bysyncify : public Pass {
runner.add("simplify-locals-nonesting");
runner.add("reorder-locals");
runner.add("merge-blocks");
- runner.add("vacuum");
}
runner.add<BysyncifyFlow>(&analyzer);
runner.setIsNested(true);