diff options
Diffstat (limited to 'test/llvm_autogenerated/unreachable.wast')
-rw-r--r-- | test/llvm_autogenerated/unreachable.wast | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/llvm_autogenerated/unreachable.wast b/test/llvm_autogenerated/unreachable.wast index 1b5a1b578..d670d7983 100644 --- a/test/llvm_autogenerated/unreachable.wast +++ b/test/llvm_autogenerated/unreachable.wast @@ -2,7 +2,7 @@ (type $FUNCSIG$v (func)) (import "env" "abort" (func $abort)) (import "env" "memory" (memory $0 1)) - (table 0 anyfunc) + (table 0 funcref) (data (i32.const 4) "\10\04\00\00") (export "f1" (func $f1)) (export "f2" (func $f2)) @@ -29,24 +29,24 @@ (local $1 i32) (i32.store offset=4 (i32.const 0) - (tee_local $1 + (local.tee $1 (i32.and (i32.sub (i32.load offset=4 (i32.const 0) ) - (get_local $0) + (local.get $0) ) (i32.const -16) ) ) ) - (get_local $1) + (local.get $1) ) (func $stackRestore (; 6 ;) (param $0 i32) (i32.store offset=4 (i32.const 0) - (get_local $0) + (local.get $0) ) ) ) |