diff options
Diffstat (limited to 'test/emcc_O2_hello_world.fromasm.imprecise')
-rw-r--r-- | test/emcc_O2_hello_world.fromasm.imprecise | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/test/emcc_O2_hello_world.fromasm.imprecise b/test/emcc_O2_hello_world.fromasm.imprecise index ad3f945f3..acbeb2a0b 100644 --- a/test/emcc_O2_hello_world.fromasm.imprecise +++ b/test/emcc_O2_hello_world.fromasm.imprecise @@ -4682,14 +4682,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 @@ -8190,11 +8188,7 @@ ) ) (set_local $16 - (if - (i32.eq - (get_local $18) - (i32.const 2) - ) + (select (i32.const 0) (i32.sub (get_local $2) @@ -8202,6 +8196,10 @@ (get_local $17) ) ) + (i32.eq + (get_local $18) + (i32.const 2) + ) ) ) ) |