diff options
Diffstat (limited to 'test/passes/asyncify_pass-arg=asyncify-ignore-imports.txt')
-rw-r--r-- | test/passes/asyncify_pass-arg=asyncify-ignore-imports.txt | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/test/passes/asyncify_pass-arg=asyncify-ignore-imports.txt b/test/passes/asyncify_pass-arg=asyncify-ignore-imports.txt index b1854fb5d..f9ae663fd 100644 --- a/test/passes/asyncify_pass-arg=asyncify-ignore-imports.txt +++ b/test/passes/asyncify_pass-arg=asyncify-ignore-imports.txt @@ -60,7 +60,7 @@ (i32.load (global.get $__asyncify_data) ) - (i32.const -8) + (i32.const -4) ) ) (local.set $4 @@ -68,13 +68,8 @@ (global.get $__asyncify_data) ) ) - (local.set $x - (i32.load - (local.get $4) - ) - ) (local.set $1 - (i32.load offset=4 + (i32.load (local.get $4) ) ) @@ -176,10 +171,6 @@ ) (i32.store (local.get $5) - (local.get $x) - ) - (i32.store offset=4 - (local.get $5) (local.get $1) ) (i32.store @@ -188,7 +179,7 @@ (i32.load (global.get $__asyncify_data) ) - (i32.const 8) + (i32.const 4) ) ) ) |