diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-09-06 16:44:50 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-09-07 18:42:45 -0700 |
commit | 96ae0dda155b47299245a89e6a68fbb97ccda33f (patch) | |
tree | 7c35ebbca6b575af89c8ca9d1896c252d00e4f7d /test/unit.fromasm.imprecise | |
parent | 2b98366e3f4787fc8d3d21ba0c01a577b8ea0d66 (diff) | |
download | binaryen-96ae0dda155b47299245a89e6a68fbb97ccda33f.tar.gz binaryen-96ae0dda155b47299245a89e6a68fbb97ccda33f.tar.bz2 binaryen-96ae0dda155b47299245a89e6a68fbb97ccda33f.zip |
optimize out a set of a get of a global
Diffstat (limited to 'test/unit.fromasm.imprecise')
-rw-r--r-- | test/unit.fromasm.imprecise | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/unit.fromasm.imprecise b/test/unit.fromasm.imprecise index 1f303aef6..5d43b9e04 100644 --- a/test/unit.fromasm.imprecise +++ b/test/unit.fromasm.imprecise @@ -671,12 +671,6 @@ (i32.const 12) ) ) - (set_global $Double - (get_global $Double) - ) - (set_global $Int - (get_global $Int) - ) (call $globalOpts) (set_local $0 (get_global $Int) |