diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-03-21 12:47:55 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-03-21 12:48:57 -0700 |
commit | 7c6be8c282a6a45031768ce7e2f45b47d9f2c742 (patch) | |
tree | 4bfe1d6c2ea2e29054e85bb547421d8763faaeb4 /test/unit.fromasm.imprecise | |
parent | 3dd7f17b10a1c6d0de11f3fa297beb9b18016e38 (diff) | |
download | binaryen-7c6be8c282a6a45031768ce7e2f45b47d9f2c742.tar.gz binaryen-7c6be8c282a6a45031768ce7e2f45b47d9f2c742.tar.bz2 binaryen-7c6be8c282a6a45031768ce7e2f45b47d9f2c742.zip |
use eqz in asm2wasm
Diffstat (limited to 'test/unit.fromasm.imprecise')
-rw-r--r-- | test/unit.fromasm.imprecise | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/unit.fromasm.imprecise b/test/unit.fromasm.imprecise index cbc342391..9bfa1789c 100644 --- a/test/unit.fromasm.imprecise +++ b/test/unit.fromasm.imprecise @@ -127,9 +127,8 @@ (func $intOps (result i32) (local $x i32) (return - (i32.eq + (i32.eqz (get_local $x) - (i32.const 0) ) ) ) |