diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-04-25 17:27:11 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-04-25 17:27:11 -0700 |
commit | cb35ee67868bdc2b8839766b7e10b65e8fcc122a (patch) | |
tree | fe42733df528358ac059121b73929e4db52e18cd /test/two_sides.fromasm.imprecise | |
parent | 27ef6de772ca90824018819b91b8a230136f56c3 (diff) | |
parent | 8a68b4e6506e66312d75c3cff8aa0b36563548e3 (diff) | |
download | binaryen-cb35ee67868bdc2b8839766b7e10b65e8fcc122a.tar.gz binaryen-cb35ee67868bdc2b8839766b7e10b65e8fcc122a.tar.bz2 binaryen-cb35ee67868bdc2b8839766b7e10b65e8fcc122a.zip |
Merge pull request #394 from WebAssembly/more-br-opts
More control flow optimization
Diffstat (limited to 'test/two_sides.fromasm.imprecise')
-rw-r--r-- | test/two_sides.fromasm.imprecise | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/two_sides.fromasm.imprecise b/test/two_sides.fromasm.imprecise index 37c8073bb..f57c6c343 100644 --- a/test/two_sides.fromasm.imprecise +++ b/test/two_sides.fromasm.imprecise @@ -65,8 +65,6 @@ ) ) ) - (return - (i32.const 0) - ) + (i32.const 0) ) ) |