summaryrefslogtreecommitdiff
path: root/test/passes/asyncify_mod-asyncify-never-unwind_O.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/asyncify_mod-asyncify-never-unwind_O.txt')
-rw-r--r--test/passes/asyncify_mod-asyncify-never-unwind_O.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/passes/asyncify_mod-asyncify-never-unwind_O.txt b/test/passes/asyncify_mod-asyncify-never-unwind_O.txt
index d9308c21c..18f55e79e 100644
--- a/test/passes/asyncify_mod-asyncify-never-unwind_O.txt
+++ b/test/passes/asyncify_mod-asyncify-never-unwind_O.txt
@@ -17,8 +17,8 @@
(export "asyncify_get_state" (func $asyncify_get_state))
(func $calls-import (; has Stack IR ;)
(if
- (select
- (i32.eqz
+ (i32.eqz
+ (select
(if (result i32)
(i32.eq
(global.get $__asyncify_state)
@@ -42,9 +42,9 @@
)
(i32.const 0)
)
+ (i32.const 0)
+ (global.get $__asyncify_state)
)
- (i32.const 1)
- (global.get $__asyncify_state)
)
(call $import)
)