diff options
Diffstat (limited to 'test/emcc_O2_hello_world.fromasm.imprecise.no-opts')
-rw-r--r-- | test/emcc_O2_hello_world.fromasm.imprecise.no-opts | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/emcc_O2_hello_world.fromasm.imprecise.no-opts b/test/emcc_O2_hello_world.fromasm.imprecise.no-opts index 1ebe34895..f1b2457a3 100644 --- a/test/emcc_O2_hello_world.fromasm.imprecise.no-opts +++ b/test/emcc_O2_hello_world.fromasm.imprecise.no-opts @@ -9796,7 +9796,7 @@ ) (block (set_local $i8 - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $i3) (get_local $i1) (get_local $i2) @@ -9885,7 +9885,7 @@ ) (if (i32.lt_u - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $i3) (get_local $i1) (get_local $i15) @@ -10508,7 +10508,7 @@ ) (if (i32.eq - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $i1) (get_local $i4) (i32.const 1) @@ -10578,7 +10578,7 @@ ) (block (result i32) (drop - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $i1) (i32.const 0) (i32.const 0) @@ -10637,7 +10637,7 @@ (get_local $i8) ) (drop - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $i1) (i32.sub (get_local $i6) @@ -11726,7 +11726,7 @@ ) (func $dynCall_iiii (; 35 ;) (param $i1 i32) (param $i2 i32) (param $i3 i32) (param $i4 i32) (result i32) (return - (call_indirect $FUNCSIG$iiii + (call_indirect (type $FUNCSIG$iiii) (get_local $i2) (get_local $i3) (get_local $i4) @@ -11820,7 +11820,7 @@ ) (func $dynCall_ii (; 40 ;) (param $i1 i32) (param $i2 i32) (result i32) (return - (call_indirect $FUNCSIG$ii + (call_indirect (type $FUNCSIG$ii) (get_local $i2) (i32.add (i32.and @@ -11857,7 +11857,7 @@ ) ) (func $dynCall_vi (; 43 ;) (param $i1 i32) (param $i2 i32) - (call_indirect $FUNCSIG$vi + (call_indirect (type $FUNCSIG$vi) (get_local $i2) (i32.add (i32.and |