diff options
Diffstat (limited to 'test/passes/safe-heap_enable-threads_enable-simd.txt')
-rw-r--r-- | test/passes/safe-heap_enable-threads_enable-simd.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/test/passes/safe-heap_enable-threads_enable-simd.txt b/test/passes/safe-heap_enable-threads_enable-simd.txt index 1f9640ce2..0150ad53a 100644 --- a/test/passes/safe-heap_enable-threads_enable-simd.txt +++ b/test/passes/safe-heap_enable-threads_enable-simd.txt @@ -1,11 +1,10 @@ (module - (type $0 (func)) (type $FUNCSIG$v (func)) (import "env" "DYNAMICTOP_PTR" (global $DYNAMICTOP_PTR i32)) (import "env" "segfault" (func $segfault)) (import "env" "alignfault" (func $alignfault)) (memory $0 (shared 100 100)) - (func $loads (; 2 ;) (type $0) + (func $loads (; 2 ;) (type $FUNCSIG$v) (drop (call $SAFE_HEAP_LOAD_i32_4_4 (i32.const 1) @@ -97,7 +96,7 @@ ) ) ) - (func $stores (; 3 ;) (type $0) + (func $stores (; 3 ;) (type $FUNCSIG$v) (call $SAFE_HEAP_STORE_i32_4_4 (i32.const 1) (i32.const 0) @@ -3132,13 +3131,12 @@ ) ) (module - (type $0 (func)) (type $FUNCSIG$v (func)) (import "env" "DYNAMICTOP_PTR" (global $DYNAMICTOP_PTR i32)) (import "env" "segfault" (func $segfault)) (import "env" "alignfault" (func $alignfault)) (memory $0 100 100) - (func $loads (; 2 ;) (type $0) + (func $loads (; 2 ;) (type $FUNCSIG$v) (drop (call $SAFE_HEAP_LOAD_i32_4_4 (i32.const 1) |