summaryrefslogtreecommitdiff
path: root/test/passes/asyncify_mod-asyncify-always-and-only-unwind.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/asyncify_mod-asyncify-always-and-only-unwind.txt')
-rw-r--r--test/passes/asyncify_mod-asyncify-always-and-only-unwind.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/passes/asyncify_mod-asyncify-always-and-only-unwind.txt b/test/passes/asyncify_mod-asyncify-always-and-only-unwind.txt
index 4c37eaa14..7be0eed18 100644
--- a/test/passes/asyncify_mod-asyncify-always-and-only-unwind.txt
+++ b/test/passes/asyncify_mod-asyncify-always-and-only-unwind.txt
@@ -13,7 +13,7 @@
(export "asyncify_start_rewind" (func $asyncify_start_rewind))
(export "asyncify_stop_rewind" (func $asyncify_stop_rewind))
(export "asyncify_get_state" (func $asyncify_get_state))
- (func $calls-import (; 3 ;)
+ (func $calls-import
(local $0 i32)
(local $1 i32)
(if
@@ -91,7 +91,7 @@
)
(nop)
)
- (func $calls-import2 (; 4 ;) (result i32)
+ (func $calls-import2 (result i32)
(local $temp i32)
(local $1 i32)
(local $2 i32)
@@ -280,7 +280,7 @@
)
(i32.const 0)
)
- (func $calls-import2-drop (; 5 ;)
+ (func $calls-import2-drop
(local $0 i32)
(local $1 i32)
(local $2 i32)
@@ -417,7 +417,7 @@
)
)
)
- (func $calls-nothing (; 6 ;)
+ (func $calls-nothing
(local $0 i32)
(local.set $0
(i32.eqz
@@ -428,7 +428,7 @@
(local.get $0)
)
)
- (func $asyncify_start_unwind (; 7 ;) (param $0 i32)
+ (func $asyncify_start_unwind (param $0 i32)
(global.set $__asyncify_state
(i32.const 1)
)
@@ -447,7 +447,7 @@
(unreachable)
)
)
- (func $asyncify_stop_unwind (; 8 ;)
+ (func $asyncify_stop_unwind
(global.set $__asyncify_state
(i32.const 0)
)
@@ -463,7 +463,7 @@
(unreachable)
)
)
- (func $asyncify_start_rewind (; 9 ;) (param $0 i32)
+ (func $asyncify_start_rewind (param $0 i32)
(global.set $__asyncify_state
(i32.const 2)
)
@@ -482,7 +482,7 @@
(unreachable)
)
)
- (func $asyncify_stop_rewind (; 10 ;)
+ (func $asyncify_stop_rewind
(global.set $__asyncify_state
(i32.const 0)
)
@@ -498,7 +498,7 @@
(unreachable)
)
)
- (func $asyncify_get_state (; 11 ;) (result i32)
+ (func $asyncify_get_state (result i32)
(global.get $__asyncify_state)
)
)