summaryrefslogtreecommitdiff
path: root/test/lld/recursive_safe_stack.wat.out
diff options
context:
space:
mode:
Diffstat (limited to 'test/lld/recursive_safe_stack.wat.out')
-rw-r--r--test/lld/recursive_safe_stack.wat.out51
1 files changed, 0 insertions, 51 deletions
diff --git a/test/lld/recursive_safe_stack.wat.out b/test/lld/recursive_safe_stack.wat.out
index 06dedf88c..d5a5d6303 100644
--- a/test/lld/recursive_safe_stack.wat.out
+++ b/test/lld/recursive_safe_stack.wat.out
@@ -19,9 +19,6 @@
(export "__data_end" (global $global$2))
(export "main" (func $main))
(export "__set_stack_limit" (func $__set_stack_limit))
- (export "stackSave" (func $stackSave))
- (export "stackAlloc" (func $stackAlloc))
- (export "stackRestore" (func $stackRestore))
(export "__growWasmMemory" (func $__growWasmMemory))
(func $__wasm_call_ctors
(nop)
@@ -148,51 +145,6 @@
(local.get $0)
)
)
- (func $stackSave (result i32)
- (global.get $global$0)
- )
- (func $stackAlloc (param $0 i32) (result i32)
- (local $1 i32)
- (local $2 i32)
- (block
- (if
- (i32.lt_u
- (local.tee $2
- (local.tee $1
- (i32.and
- (i32.sub
- (global.get $global$0)
- (local.get $0)
- )
- (i32.const -16)
- )
- )
- )
- (global.get $__stack_limit)
- )
- (call $__handle_stack_overflow)
- )
- (global.set $global$0
- (local.get $2)
- )
- )
- (local.get $1)
- )
- (func $stackRestore (param $0 i32)
- (local $1 i32)
- (if
- (i32.lt_u
- (local.tee $1
- (local.get $0)
- )
- (global.get $__stack_limit)
- )
- (call $__handle_stack_overflow)
- )
- (global.set $global$0
- (local.get $1)
- )
- )
(func $__growWasmMemory (param $newSize i32) (result i32)
(memory.grow
(local.get $newSize)
@@ -217,9 +169,6 @@
"__wasm_call_ctors",
"main",
"__set_stack_limit",
- "stackSave",
- "stackAlloc",
- "stackRestore",
"__growWasmMemory"
],
"namedGlobals": {