diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-06-11 17:42:05 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-06-11 17:42:05 -0700 |
commit | 9a4007e0ba7a77e1eed742278cd24a3914daae30 (patch) | |
tree | 9da51153de45d07d6b052e89ca8ac9c8038745bd /test/emcc_O2_hello_world.fromasm.imprecise | |
parent | a3c339c259d0dafc87fac565fac308e9699726f9 (diff) | |
download | binaryen-9a4007e0ba7a77e1eed742278cd24a3914daae30.tar.gz binaryen-9a4007e0ba7a77e1eed742278cd24a3914daae30.tar.bz2 binaryen-9a4007e0ba7a77e1eed742278cd24a3914daae30.zip |
run remove-unused-brs after simplify-locals
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) + ) ) ) ) |