summaryrefslogtreecommitdiff
path: root/test/threads.wasm-only.fromasm.imprecise
diff options
context:
space:
mode:
Diffstat (limited to 'test/threads.wasm-only.fromasm.imprecise')
-rw-r--r--test/threads.wasm-only.fromasm.imprecise8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/threads.wasm-only.fromasm.imprecise b/test/threads.wasm-only.fromasm.imprecise
index 2c6fa3f18..446dc7f7a 100644
--- a/test/threads.wasm-only.fromasm.imprecise
+++ b/test/threads.wasm-only.fromasm.imprecise
@@ -4,7 +4,7 @@
(export "test64" (func $legalstub$test64))
(export "getTempRet0" (func $getTempRet0))
(export "setTempRet0" (func $setTempRet0))
- (func $test64 (; 0 ;) (result i64)
+ (func $test64 (; 0 ;) (; has Stack IR ;) (result i64)
(local $0 i64)
(local $1 i64)
(local $2 i32)
@@ -48,7 +48,7 @@
)
(get_local $1)
)
- (func $legalstub$test64 (; 1 ;) (result i32)
+ (func $legalstub$test64 (; 1 ;) (; has Stack IR ;) (result i32)
(local $0 i64)
(set_local $0
(call $test64)
@@ -65,10 +65,10 @@
(get_local $0)
)
)
- (func $getTempRet0 (; 2 ;) (result i32)
+ (func $getTempRet0 (; 2 ;) (; has Stack IR ;) (result i32)
(get_global $tempRet0)
)
- (func $setTempRet0 (; 3 ;) (param $0 i32)
+ (func $setTempRet0 (; 3 ;) (; has Stack IR ;) (param $0 i32)
(set_global $tempRet0
(get_local $0)
)