diff options
Diffstat (limited to 'test/i64-setTempRet0.fromasm.clamp.no-opts')
-rw-r--r-- | test/i64-setTempRet0.fromasm.clamp.no-opts | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/test/i64-setTempRet0.fromasm.clamp.no-opts b/test/i64-setTempRet0.fromasm.clamp.no-opts index 6d2f35d6d..d509aacfc 100644 --- a/test/i64-setTempRet0.fromasm.clamp.no-opts +++ b/test/i64-setTempRet0.fromasm.clamp.no-opts @@ -4,7 +4,7 @@ (type $FUNCSIG$i (func (result i32))) (type $legaltype$illegalImportResult (func (result i32))) (import "env" "memory" (memory $memory 256 256)) - (import "env" "table" (table $table 0 0 anyfunc)) + (import "env" "table" (table $table 0 0 funcref)) (import "env" "__memory_base" (global $__memory_base i32)) (import "env" "__table_base" (global $__table_base i32)) (import "env" "setTempRet0" (func $setTempRet0 (param i32))) @@ -20,35 +20,35 @@ ) (func $imports (; 4 ;) (result i32) (return - (i32.wrap/i64 + (i32.wrap_i64 (call $legalfunc$illegalImportResult) ) ) ) (func $legalstub$illegalResult (; 5 ;) (result i32) (local $0 i64) - (set_local $0 + (local.set $0 (call $illegalResult) ) (call $setTempRet0 - (i32.wrap/i64 + (i32.wrap_i64 (i64.shr_u - (get_local $0) + (local.get $0) (i64.const 32) ) ) ) - (i32.wrap/i64 - (get_local $0) + (i32.wrap_i64 + (local.get $0) ) ) (func $legalfunc$illegalImportResult (; 6 ;) (result i64) (i64.or - (i64.extend_u/i32 + (i64.extend_i32_u (call $legalimport$illegalImportResult) ) (i64.shl - (i64.extend_u/i32 + (i64.extend_i32_u (call $getTempRet0) ) (i64.const 32) |