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/emcc_hello_world.fromasm.imprecise.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/emcc_hello_world.fromasm.imprecise.no-opts')
-rw-r--r-- | test/emcc_hello_world.fromasm.imprecise.no-opts | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/test/emcc_hello_world.fromasm.imprecise.no-opts b/test/emcc_hello_world.fromasm.imprecise.no-opts index b4dcbcaa3..9488b62c2 100644 --- a/test/emcc_hello_world.fromasm.imprecise.no-opts +++ b/test/emcc_hello_world.fromasm.imprecise.no-opts @@ -5982,6 +5982,7 @@ (i32.const 9) ) (br $label$break$L9) + (br $switch) ) ) (block @@ -5992,6 +5993,7 @@ (get_local $$incdec$ptr169274) ) (br $label$break$L9) + (br $switch) ) ) (nop) @@ -7879,6 +7881,7 @@ (get_local $$l10n$3) ) (br $label$continue$L1) + (br $switch18) ) ) (block @@ -7904,6 +7907,7 @@ (get_local $$l10n$3) ) (br $label$continue$L1) + (br $switch18) ) ) (block @@ -7963,6 +7967,7 @@ (get_local $$l10n$3) ) (br $label$continue$L1) + (br $switch18) ) ) (block @@ -7994,6 +7999,7 @@ (get_local $$l10n$3) ) (br $label$continue$L1) + (br $switch18) ) ) (block @@ -8025,6 +8031,7 @@ (get_local $$l10n$3) ) (br $label$continue$L1) + (br $switch18) ) ) (block @@ -8050,6 +8057,7 @@ (get_local $$l10n$3) ) (br $label$continue$L1) + (br $switch18) ) ) (block @@ -8109,6 +8117,7 @@ (get_local $$l10n$3) ) (br $label$continue$L1) + (br $switch18) ) ) (block @@ -8127,6 +8136,7 @@ (br $label$continue$L1) ) ) + (br $switch17) ) ) (block @@ -13135,6 +13145,7 @@ (get_local $$l10n$3) ) (br $label$continue$L1) + (br $switch17) ) ) (block @@ -14755,6 +14766,7 @@ (get_local $$6) ) (br $label$break$L1) + (br $switch) ) ) (block @@ -14871,6 +14883,7 @@ (get_local $$15) ) (br $label$break$L1) + (br $switch) ) ) (block @@ -14972,6 +14985,7 @@ (i32.const 0) ) (br $label$break$L1) + (br $switch) ) ) (block @@ -15093,6 +15107,7 @@ (get_local $$42) ) (br $label$break$L1) + (br $switch) ) ) (block @@ -15224,6 +15239,7 @@ (get_local $$56) ) (br $label$break$L1) + (br $switch) ) ) (block @@ -15331,6 +15347,7 @@ (i32.const 0) ) (br $label$break$L1) + (br $switch) ) ) (block @@ -15462,6 +15479,7 @@ (get_local $$81) ) (br $label$break$L1) + (br $switch) ) ) (block @@ -15569,6 +15587,7 @@ (i32.const 0) ) (br $label$break$L1) + (br $switch) ) ) (block @@ -15651,6 +15670,7 @@ (get_local $$103) ) (br $label$break$L1) + (br $switch) ) ) (block @@ -15733,6 +15753,7 @@ (get_local $$110) ) (br $label$break$L1) + (br $switch) ) ) (br $label$break$L1) |