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 | |
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')
-rw-r--r-- | test/emcc_hello_world.fromasm.imprecise | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/emcc_hello_world.fromasm.imprecise b/test/emcc_hello_world.fromasm.imprecise index 52fa498da..355f6e4e8 100644 --- a/test/emcc_hello_world.fromasm.imprecise +++ b/test/emcc_hello_world.fromasm.imprecise @@ -6576,6 +6576,7 @@ ) ) ) + (br $__rjto$8) ) (set_local $5 (call $_fmt_u @@ -6805,6 +6806,7 @@ (br $__rjti$7) ) ) + (br $__rjto$8) ) (call $_pad (get_local $0) |