Skip to content

Commit 04c55fd

Browse files
authored
wip (#2189)
1 parent ebbcde7 commit 04c55fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/passes/Bysyncify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,7 @@ struct BysyncifyFlow : public Pass {
684684
// We must handle all control flow above, and all things that can change
685685
// the state, so there should be nothing that can reach here - add it
686686
// earlier as necessary.
687+
// std::cout << *curr << '\n';
687688
WASM_UNREACHABLE();
688689
}
689690

@@ -1004,7 +1005,6 @@ struct Bysyncify : public Pass {
10041005
runner.add("simplify-locals-nonesting");
10051006
runner.add("reorder-locals");
10061007
runner.add("merge-blocks");
1007-
runner.add("vacuum");
10081008
}
10091009
runner.add<BysyncifyFlow>(&analyzer);
10101010
runner.setIsNested(true);

0 commit comments

Comments
 (0)