diff options
Diffstat (limited to 'test/memorygrowth.fromasm.imprecise')
-rw-r--r-- | test/memorygrowth.fromasm.imprecise | 55 |
1 files changed, 9 insertions, 46 deletions
diff --git a/test/memorygrowth.fromasm.imprecise b/test/memorygrowth.fromasm.imprecise index 6e5e9e996..522944903 100644 --- a/test/memorygrowth.fromasm.imprecise +++ b/test/memorygrowth.fromasm.imprecise @@ -901,7 +901,7 @@ (get_local $9) ) ) - (if + (br_if $do-once4 (i32.eqz (tee_local $14 (i32.load @@ -914,12 +914,6 @@ ) ) ) - (block - (set_local $23 - (i32.const 0) - ) - (br $do-once4) - ) ) ) (loop $while-in7 @@ -1559,9 +1553,6 @@ (set_local $7 (get_local $12) ) - (set_local $8 - (i32.const 0) - ) (loop $while-in14 (if (i32.lt_u @@ -1690,12 +1681,6 @@ (set_local $36 (get_local $4) ) - (set_local $5 - (i32.const 0) - ) - (set_local $33 - (i32.const 0) - ) (set_local $7 (i32.const 86) ) @@ -2038,12 +2023,7 @@ (set_local $1 (get_local $12) ) - (block - (set_local $22 - (i32.const 0) - ) - (br $do-once17) - ) + (br $do-once17) ) ) (loop $while-in20 @@ -4217,12 +4197,7 @@ (get_local $18) ) ) - (block - (set_local $24 - (i32.const 0) - ) - (br $do-once51) - ) + (br $do-once51) ) ) (loop $while-in54 @@ -6289,7 +6264,7 @@ (get_local $3) ) ) - (if + (br_if $do-once0 (i32.eqz (tee_local $0 (i32.load @@ -6297,12 +6272,6 @@ ) ) ) - (block - (set_local $5 - (i32.const 0) - ) - (br $do-once0) - ) ) ) (loop $while-in @@ -6966,12 +6935,7 @@ (set_local $6 (get_local $0) ) - (block - (set_local $11 - (i32.const 0) - ) - (br $do-once6) - ) + (br $do-once6) ) ) (loop $while-in9 @@ -8171,11 +8135,10 @@ ) ) (if - (call $Xa - (get_local $2) - ) - (set_local $4 - (i32.const 0) + (i32.eqz + (call $Xa + (get_local $2) + ) ) (block (set_local $6 |