summaryrefslogtreecommitdiff
path: root/test/unit.fromasm.no-opts
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit.fromasm.no-opts')
-rw-r--r--test/unit.fromasm.no-opts6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/unit.fromasm.no-opts b/test/unit.fromasm.no-opts
index 3f561465a..55966a172 100644
--- a/test/unit.fromasm.no-opts
+++ b/test/unit.fromasm.no-opts
@@ -420,6 +420,7 @@
)
)
(call_indirect $FUNCSIG$vf
+ (get_local $x)
(i32.add
(i32.and
(i32.const 1)
@@ -427,11 +428,11 @@
)
(i32.const 8)
)
- (get_local $x)
)
)
(func $cneg (param $x f32)
(call_indirect $FUNCSIG$vf
+ (get_local $x)
(i32.add
(i32.and
(i32.const 1)
@@ -439,7 +440,6 @@
)
(i32.const 8)
)
- (get_local $x)
)
)
(func $___syscall_ret
@@ -484,6 +484,7 @@
)
(func $cneg_nosemicolon
(call_indirect $FUNCSIG$vi
+ (i32.const 1)
(i32.add
(i32.and
(i32.const 1)
@@ -491,7 +492,6 @@
)
(i32.const 8)
)
- (i32.const 1)
)
)
(func $forLoop