summaryrefslogtreecommitdiff
path: root/test/lit/passes/asyncify_mod-asyncify-always-and-only-unwind_O.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/passes/asyncify_mod-asyncify-always-and-only-unwind_O.wast')
-rw-r--r--test/lit/passes/asyncify_mod-asyncify-always-and-only-unwind_O.wast10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/lit/passes/asyncify_mod-asyncify-always-and-only-unwind_O.wast b/test/lit/passes/asyncify_mod-asyncify-always-and-only-unwind_O.wast
index 99ac2c05f..ec31a4118 100644
--- a/test/lit/passes/asyncify_mod-asyncify-always-and-only-unwind_O.wast
+++ b/test/lit/passes/asyncify_mod-asyncify-always-and-only-unwind_O.wast
@@ -42,7 +42,7 @@
;; CHECK: (export "asyncify_get_state" (func $asyncify_get_state))
- ;; CHECK: (func $calls-import (; has Stack IR ;)
+ ;; CHECK: (func $calls-import
;; CHECK-NEXT: (local $0 i32)
;; CHECK-NEXT: (call $import)
;; CHECK-NEXT: (i32.store
@@ -76,7 +76,7 @@
(drop (i32.eqz (i32.const 17)))
)
)
-;; CHECK: (func $asyncify_start_unwind (; has Stack IR ;) (param $0 i32)
+;; CHECK: (func $asyncify_start_unwind (param $0 i32)
;; CHECK-NEXT: (global.set $__asyncify_state
;; CHECK-NEXT: (i32.const 1)
;; CHECK-NEXT: )
@@ -98,7 +98,7 @@
;; CHECK-NEXT: )
;; CHECK-NEXT: )
-;; CHECK: (func $asyncify_stop_unwind (; has Stack IR ;)
+;; CHECK: (func $asyncify_stop_unwind
;; CHECK-NEXT: (global.set $__asyncify_state
;; CHECK-NEXT: (i32.const 0)
;; CHECK-NEXT: )
@@ -117,7 +117,7 @@
;; CHECK-NEXT: )
;; CHECK-NEXT: )
-;; CHECK: (func $asyncify_start_rewind (; has Stack IR ;) (param $0 i32)
+;; CHECK: (func $asyncify_start_rewind (param $0 i32)
;; CHECK-NEXT: (global.set $__asyncify_state
;; CHECK-NEXT: (i32.const 2)
;; CHECK-NEXT: )
@@ -139,6 +139,6 @@
;; CHECK-NEXT: )
;; CHECK-NEXT: )
-;; CHECK: (func $asyncify_get_state (; has Stack IR ;) (result i32)
+;; CHECK: (func $asyncify_get_state (result i32)
;; CHECK-NEXT: (global.get $__asyncify_state)
;; CHECK-NEXT: )