We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebbcde7 commit 04c55fdCopy full SHA for 04c55fd
1 file changed
src/passes/Bysyncify.cpp
@@ -684,6 +684,7 @@ struct BysyncifyFlow : public Pass {
684
// We must handle all control flow above, and all things that can change
685
// the state, so there should be nothing that can reach here - add it
686
// earlier as necessary.
687
+ // std::cout << *curr << '\n';
688
WASM_UNREACHABLE();
689
}
690
@@ -1004,7 +1005,6 @@ struct Bysyncify : public Pass {
1004
1005
runner.add("simplify-locals-nonesting");
1006
runner.add("reorder-locals");
1007
runner.add("merge-blocks");
- runner.add("vacuum");
1008
1009
runner.add<BysyncifyFlow>(&analyzer);
1010
runner.setIsNested(true);
0 commit comments