diff options
Diffstat (limited to 'test/i64-setTempRet0.fromasm.imprecise')
-rw-r--r-- | test/i64-setTempRet0.fromasm.imprecise | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/i64-setTempRet0.fromasm.imprecise b/test/i64-setTempRet0.fromasm.imprecise index 39803d613..760854f6b 100644 --- a/test/i64-setTempRet0.fromasm.imprecise +++ b/test/i64-setTempRet0.fromasm.imprecise @@ -6,7 +6,7 @@ (import "env" "illegalImportResult" (func $legalimport$illegalImportResult (result i32))) (export "illegalResult" (func $legalstub$illegalResult)) (export "imports" (func $imports)) - (func $imports (; 3 ;) (; has Stack IR ;) (result i32) + (func $imports (; has Stack IR ;) (result i32) (i32.wrap_i64 (i64.or (i64.extend_i32_u @@ -21,7 +21,7 @@ ) ) ) - (func $legalstub$illegalResult (; 4 ;) (; has Stack IR ;) (result i32) + (func $legalstub$illegalResult (; has Stack IR ;) (result i32) (call $setTempRet0 (i32.const 2) ) |