diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-04-20 17:49:02 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-04-20 17:52:09 -0700 |
commit | 7ce2aefd8e14d6507fbe4abdcbbba9b0507944f0 (patch) | |
tree | 245a75228bcda9d9ab627186c7252454fcb9ac70 /test | |
parent | 39afd2a64d72b251fc2da067d338d826b06985b7 (diff) | |
download | binaryen-7ce2aefd8e14d6507fbe4abdcbbba9b0507944f0.tar.gz binaryen-7ce2aefd8e14d6507fbe4abdcbbba9b0507944f0.tar.bz2 binaryen-7ce2aefd8e14d6507fbe4abdcbbba9b0507944f0.zip |
optimize --vacuum a little
Diffstat (limited to 'test')
-rw-r--r-- | test/unit.fromasm | 1 | ||||
-rw-r--r-- | test/unit.fromasm.imprecise | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/unit.fromasm b/test/unit.fromasm index 0a4b39d25..0b43f14fc 100644 --- a/test/unit.fromasm +++ b/test/unit.fromasm @@ -272,6 +272,7 @@ ) ) (func $blocker + (nop) ) (func $frem (result f64) (return diff --git a/test/unit.fromasm.imprecise b/test/unit.fromasm.imprecise index e146f60c4..f5ba55d90 100644 --- a/test/unit.fromasm.imprecise +++ b/test/unit.fromasm.imprecise @@ -266,6 +266,7 @@ ) ) (func $blocker + (nop) ) (func $frem (result f64) (return |