summaryrefslogtreecommitdiff
path: root/test/i64-setTempRet0.fromasm.clamp
diff options
context:
space:
mode:
Diffstat (limited to 'test/i64-setTempRet0.fromasm.clamp')
-rw-r--r--test/i64-setTempRet0.fromasm.clamp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/i64-setTempRet0.fromasm.clamp b/test/i64-setTempRet0.fromasm.clamp
index 078b1f0ef..10a29ea79 100644
--- a/test/i64-setTempRet0.fromasm.clamp
+++ b/test/i64-setTempRet0.fromasm.clamp
@@ -11,15 +11,15 @@
(data (get_global $memoryBase) "i64-setTempRet0.asm.js")
(export "illegalResult" (func $legalstub$illegalResult))
(export "imports" (func $imports))
- (func $illegalResult (result i64)
+ (func $illegalResult (; 2 ;) (result i64)
(i64.const 8589934593)
)
- (func $imports (result i32)
+ (func $imports (; 3 ;) (result i32)
(i32.wrap/i64
(call $legalfunc$illegalImportResult)
)
)
- (func $legalstub$illegalResult (result i32)
+ (func $legalstub$illegalResult (; 4 ;) (result i32)
(local $0 i64)
(set_local $0
(call $illegalResult)
@@ -36,7 +36,7 @@
(get_local $0)
)
)
- (func $legalfunc$illegalImportResult (result i64)
+ (func $legalfunc$illegalImportResult (; 5 ;) (result i64)
(i64.or
(i64.extend_u/i32
(call $legalimport$illegalImportResult)