summaryrefslogtreecommitdiff
path: root/test/emcc_hello_world.fromasm.no-opts
diff options
context:
space:
mode:
Diffstat (limited to 'test/emcc_hello_world.fromasm.no-opts')
-rw-r--r--test/emcc_hello_world.fromasm.no-opts40
1 files changed, 20 insertions, 20 deletions
diff --git a/test/emcc_hello_world.fromasm.no-opts b/test/emcc_hello_world.fromasm.no-opts
index fcf34e3ec..414971404 100644
--- a/test/emcc_hello_world.fromasm.no-opts
+++ b/test/emcc_hello_world.fromasm.no-opts
@@ -2652,6 +2652,9 @@
)
(drop
(call_indirect $FUNCSIG$iiii
+ (get_local $$f)
+ (i32.const 0)
+ (i32.const 0)
(i32.add
(i32.and
(get_local $$5)
@@ -2659,9 +2662,6 @@
)
(i32.const 2)
)
- (get_local $$f)
- (i32.const 0)
- (i32.const 0)
)
)
(set_local $$6
@@ -2945,6 +2945,9 @@
)
(set_local $$call4
(call_indirect $FUNCSIG$iiii
+ (get_local $$f)
+ (get_local $$s)
+ (get_local $$l)
(i32.add
(i32.and
(get_local $$5)
@@ -2952,9 +2955,6 @@
)
(i32.const 2)
)
- (get_local $$f)
- (get_local $$s)
- (get_local $$l)
)
)
(set_local $$retval$0
@@ -3074,6 +3074,9 @@
)
(set_local $$call16
(call_indirect $FUNCSIG$iiii
+ (get_local $$f)
+ (get_local $$s)
+ (get_local $$i$0$lcssa36)
(i32.add
(i32.and
(get_local $$8)
@@ -3081,9 +3084,6 @@
)
(i32.const 2)
)
- (get_local $$f)
- (get_local $$s)
- (get_local $$i$0$lcssa36)
)
)
(set_local $$cmp17
@@ -4559,6 +4559,9 @@
)
(drop
(call_indirect $FUNCSIG$iiii
+ (get_local $$f)
+ (i32.const 0)
+ (i32.const 0)
(i32.add
(i32.and
(get_local $$2)
@@ -4566,9 +4569,6 @@
)
(i32.const 2)
)
- (get_local $$f)
- (i32.const 0)
- (i32.const 0)
)
)
(set_local $$3
@@ -4657,6 +4657,9 @@
)
)
(call_indirect $FUNCSIG$iiii
+ (get_local $$f)
+ (get_local $$sub$ptr$sub)
+ (i32.const 1)
(i32.add
(i32.and
(get_local $$6)
@@ -4664,9 +4667,6 @@
)
(i32.const 2)
)
- (get_local $$f)
- (get_local $$sub$ptr$sub)
- (i32.const 1)
)
)
)
@@ -32724,6 +32724,7 @@
(func $dynCall_ii (param $index i32) (param $a1 i32) (result i32)
(return
(call_indirect $FUNCSIG$ii
+ (get_local $a1)
(i32.add
(i32.and
(get_local $index)
@@ -32731,13 +32732,15 @@
)
(i32.const 0)
)
- (get_local $a1)
)
)
)
(func $dynCall_iiii (param $index i32) (param $a1 i32) (param $a2 i32) (param $a3 i32) (result i32)
(return
(call_indirect $FUNCSIG$iiii
+ (get_local $a1)
+ (get_local $a2)
+ (get_local $a3)
(i32.add
(i32.and
(get_local $index)
@@ -32745,14 +32748,12 @@
)
(i32.const 2)
)
- (get_local $a1)
- (get_local $a2)
- (get_local $a3)
)
)
)
(func $dynCall_vi (param $index i32) (param $a1 i32)
(call_indirect $FUNCSIG$vi
+ (get_local $a1)
(i32.add
(i32.and
(get_local $index)
@@ -32760,7 +32761,6 @@
)
(i32.const 10)
)
- (get_local $a1)
)
)
(func $b0 (param $p0 i32) (result i32)