diff options
Diffstat (limited to 'test/emcc_O2_hello_world.fromasm.imprecise')
-rw-r--r-- | test/emcc_O2_hello_world.fromasm.imprecise | 54 |
1 files changed, 9 insertions, 45 deletions
diff --git a/test/emcc_O2_hello_world.fromasm.imprecise b/test/emcc_O2_hello_world.fromasm.imprecise index 21e641976..af05b1e3f 100644 --- a/test/emcc_O2_hello_world.fromasm.imprecise +++ b/test/emcc_O2_hello_world.fromasm.imprecise @@ -893,12 +893,7 @@ (set_local $5 (get_local $11) ) - (block - (set_local $19 - (i32.const 0) - ) - (br $do-once4) - ) + (br $do-once4) ) ) (loop $while-in7 @@ -1523,9 +1518,6 @@ (set_local $10 (get_local $15) ) - (set_local $5 - (i32.const 0) - ) (loop $while-in14 (if (i32.lt_u @@ -1654,12 +1646,6 @@ (set_local $33 (get_local $0) ) - (set_local $6 - (i32.const 0) - ) - (set_local $30 - (i32.const 0) - ) (set_local $7 (i32.const 86) ) @@ -2005,12 +1991,7 @@ (set_local $1 (get_local $15) ) - (block - (set_local $8 - (i32.const 0) - ) - (br $do-once17) - ) + (br $do-once17) ) ) (loop $while-in20 @@ -4048,12 +4029,7 @@ (set_local $0 (get_local $16) ) - (block - (set_local $24 - (i32.const 0) - ) - (br $do-once47) - ) + (br $do-once47) ) ) (loop $while-in50 @@ -6243,7 +6219,7 @@ (get_local $7) ) ) - (if + (br_if $do-once0 (i32.eqz (tee_local $0 (i32.load @@ -6251,12 +6227,6 @@ ) ) ) - (block - (set_local $6 - (i32.const 0) - ) - (br $do-once0) - ) ) ) (loop $while-in @@ -6803,12 +6773,7 @@ (set_local $3 (get_local $0) ) - (block - (set_local $12 - (i32.const 0) - ) - (br $do-once6) - ) + (br $do-once6) ) ) (loop $while-in9 @@ -8125,11 +8090,10 @@ ) ) (if - (call $___towrite - (get_local $2) - ) - (set_local $4 - (i32.const 0) + (i32.eqz + (call $___towrite + (get_local $2) + ) ) (block (set_local $6 |