summaryrefslogtreecommitdiff
path: root/test/lit/passes/asyncify_mod-asyncify-never-unwind_O.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/passes/asyncify_mod-asyncify-never-unwind_O.wast')
-rw-r--r--test/lit/passes/asyncify_mod-asyncify-never-unwind_O.wast9
1 files changed, 5 insertions, 4 deletions
diff --git a/test/lit/passes/asyncify_mod-asyncify-never-unwind_O.wast b/test/lit/passes/asyncify_mod-asyncify-never-unwind_O.wast
index d8a3e92fd..ec16b6d9c 100644
--- a/test/lit/passes/asyncify_mod-asyncify-never-unwind_O.wast
+++ b/test/lit/passes/asyncify_mod-asyncify-never-unwind_O.wast
@@ -41,8 +41,11 @@
;; CHECK: (func $calls-import (; has Stack IR ;)
;; CHECK-NEXT: (if
- ;; CHECK-NEXT: (i32.eqz
- ;; CHECK-NEXT: (select
+ ;; CHECK-NEXT: (i32.or
+ ;; CHECK-NEXT: (i32.eqz
+ ;; CHECK-NEXT: (global.get $__asyncify_state)
+ ;; CHECK-NEXT: )
+ ;; CHECK-NEXT: (i32.eqz
;; CHECK-NEXT: (if (result i32)
;; CHECK-NEXT: (i32.eq
;; CHECK-NEXT: (global.get $__asyncify_state)
@@ -66,8 +69,6 @@
;; CHECK-NEXT: )
;; CHECK-NEXT: (i32.const 0)
;; CHECK-NEXT: )
- ;; CHECK-NEXT: (i32.const 0)
- ;; CHECK-NEXT: (global.get $__asyncify_state)
;; CHECK-NEXT: )
;; CHECK-NEXT: )
;; CHECK-NEXT: (call $import)