diff options
Diffstat (limited to 'test/passes/asyncify_mod-asyncify-never-unwind_O.txt')
-rw-r--r-- | test/passes/asyncify_mod-asyncify-never-unwind_O.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/passes/asyncify_mod-asyncify-never-unwind_O.txt b/test/passes/asyncify_mod-asyncify-never-unwind_O.txt index 7b6fe717b..bb233812c 100644 --- a/test/passes/asyncify_mod-asyncify-never-unwind_O.txt +++ b/test/passes/asyncify_mod-asyncify-never-unwind_O.txt @@ -15,7 +15,7 @@ (export "asyncify_start_rewind" (func $asyncify_start_rewind)) (export "asyncify_stop_rewind" (func $asyncify_stop_unwind)) (export "asyncify_get_state" (func $asyncify_get_state)) - (func $calls-import (; 1 ;) (; has Stack IR ;) + (func $calls-import (; has Stack IR ;) (if (select (i32.eqz @@ -49,7 +49,7 @@ (call $import) ) ) - (func $asyncify_start_unwind (; 2 ;) (; has Stack IR ;) (param $0 i32) + (func $asyncify_start_unwind (; has Stack IR ;) (param $0 i32) (global.set $__asyncify_state (i32.const 1) ) @@ -68,7 +68,7 @@ (unreachable) ) ) - (func $asyncify_stop_unwind (; 3 ;) (; has Stack IR ;) + (func $asyncify_stop_unwind (; has Stack IR ;) (global.set $__asyncify_state (i32.const 0) ) @@ -84,7 +84,7 @@ (unreachable) ) ) - (func $asyncify_start_rewind (; 4 ;) (; has Stack IR ;) (param $0 i32) + (func $asyncify_start_rewind (; has Stack IR ;) (param $0 i32) (global.set $__asyncify_state (i32.const 2) ) @@ -103,7 +103,7 @@ (unreachable) ) ) - (func $asyncify_get_state (; 5 ;) (; has Stack IR ;) (result i32) + (func $asyncify_get_state (; has Stack IR ;) (result i32) (global.get $__asyncify_state) ) ) |