diff options
author | Alon Zakai <alonzakai@gmail.com> | 2017-03-06 15:02:11 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-06 15:02:11 -0800 |
commit | a452f92aeb96e9617a20146503720cd5acb64f29 (patch) | |
tree | 89f057eff085abdd16123fe9a2794e7911634eb0 /test/unit.fromasm.no-opts | |
parent | 8968a50fd4248860cc79ee20eabf4071336f0481 (diff) | |
download | binaryen-a452f92aeb96e9617a20146503720cd5acb64f29.tar.gz binaryen-a452f92aeb96e9617a20146503720cd5acb64f29.tar.bz2 binaryen-a452f92aeb96e9617a20146503720cd5acb64f29.zip |
stop doing dce in -O0, which was just need temporarily while browsers figure out the spec (#932)
Diffstat (limited to 'test/unit.fromasm.no-opts')
-rw-r--r-- | test/unit.fromasm.no-opts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/unit.fromasm.no-opts b/test/unit.fromasm.no-opts index d912a09cb..f4c014288 100644 --- a/test/unit.fromasm.no-opts +++ b/test/unit.fromasm.no-opts @@ -306,6 +306,7 @@ (loop $while-in (block $while-out (br $while-out) + (br $while-in) ) ) (br $label$break$Lout) @@ -315,8 +316,10 @@ (loop $while-in8 (block $while-out7 (br $label$break$Lout) + (br $while-in8) ) ) + (br $label$break$Lout) ) ) (loop $label$continue$L1 @@ -337,6 +340,7 @@ ) (block (br $label$break$L1) + (br $switch10) ) ) (block @@ -348,6 +352,7 @@ ) (block (br $label$break$L3) + (br $switch10) ) ) (br $label$break$L1) @@ -1748,6 +1753,7 @@ (i32.const 14) ) (br $while-out) + (br $while-in) ) ) (if |