summaryrefslogtreecommitdiff
path: root/test/memorygrowth.fromasm.imprecise
diff options
context:
space:
mode:
Diffstat (limited to 'test/memorygrowth.fromasm.imprecise')
-rw-r--r--test/memorygrowth.fromasm.imprecise16
1 files changed, 7 insertions, 9 deletions
diff --git a/test/memorygrowth.fromasm.imprecise b/test/memorygrowth.fromasm.imprecise
index 07909b855..3d3f9468b 100644
--- a/test/memorygrowth.fromasm.imprecise
+++ b/test/memorygrowth.fromasm.imprecise
@@ -4750,14 +4750,12 @@
)
)
(block
- (if
+ (br_if $do-once$67
+ (i32.const 31)
(i32.gt_u
(get_local $0)
(i32.const 16777215)
)
- (br $do-once$67
- (i32.const 31)
- )
)
(i32.or
(i32.and
@@ -8245,11 +8243,7 @@
)
)
(set_local $16
- (if
- (i32.eq
- (get_local $18)
- (i32.const 2)
- )
+ (select
(i32.const 0)
(i32.sub
(get_local $2)
@@ -8257,6 +8251,10 @@
(get_local $17)
)
)
+ (i32.eq
+ (get_local $18)
+ (i32.const 2)
+ )
)
)
)