summaryrefslogtreecommitdiff
path: root/src/wasm2asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm2asm.h')
-rw-r--r--src/wasm2asm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm2asm.h b/src/wasm2asm.h
index 7be5c72f6..5d0058f26 100644
--- a/src/wasm2asm.h
+++ b/src/wasm2asm.h
@@ -386,7 +386,7 @@ Ref Wasm2AsmBuilder::processWasm(Module* wasm) {
PassRunner runner(wasm);
runner.add<AutoDrop>();
runner.add("i64-to-i32-lowering");
- runner.add("flatten-control-flow");
+ runner.add("flatten");
runner.add("vacuum");
runner.setDebug(flags.debug);
runner.run();