diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-10-27 11:28:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-27 11:28:35 -0700 |
commit | aa06410ccd112d6276e734f8413f2754d32a1f47 (patch) | |
tree | 05da45facce4cff1920656bc168cb5a6628391b9 /test/emcc_O2_hello_world.fromasm.imprecise | |
parent | 82639c7c658f4335850fe290f4cd6b34f3fb91f5 (diff) | |
download | binaryen-aa06410ccd112d6276e734f8413f2754d32a1f47.tar.gz binaryen-aa06410ccd112d6276e734f8413f2754d32a1f47.tar.bz2 binaryen-aa06410ccd112d6276e734f8413f2754d32a1f47.zip |
recurse in optimizeBoolean (#809)
Diffstat (limited to 'test/emcc_O2_hello_world.fromasm.imprecise')
-rw-r--r-- | test/emcc_O2_hello_world.fromasm.imprecise | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/test/emcc_O2_hello_world.fromasm.imprecise b/test/emcc_O2_hello_world.fromasm.imprecise index 0cd471b28..36a8a7099 100644 --- a/test/emcc_O2_hello_world.fromasm.imprecise +++ b/test/emcc_O2_hello_world.fromasm.imprecise @@ -9598,12 +9598,9 @@ (i32.const 12) ) ) - (i32.ne - (call $___syscall54 - (i32.const 54) - (get_local $3) - ) - (i32.const 0) + (call $___syscall54 + (i32.const 54) + (get_local $3) ) ) ) |