diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-01-28 21:05:46 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-01-28 21:05:46 -0800 |
commit | e723adfc542a0dd0440c2429fcd2e7fcfcddd4e0 (patch) | |
tree | 2e316563e15eb81db1c9f99a484815d7d1e74bc8 /src/wasm-binary.h | |
parent | 8ed5ab1e5610df34d781d346c1e50ec04d1a4036 (diff) | |
download | binaryen-e723adfc542a0dd0440c2429fcd2e7fcfcddd4e0.tar.gz binaryen-e723adfc542a0dd0440c2429fcd2e7fcfcddd4e0.tar.bz2 binaryen-e723adfc542a0dd0440c2429fcd2e7fcfcddd4e0.zip |
join adjacent identical ifs
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r-- | src/wasm-binary.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h index aea31233d..3f00b9094 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -491,8 +491,6 @@ public: << uint16_t(numLocalsByType[f32]) << uint16_t(numLocalsByType[f64]); } - } - if (function) { size_t sizePos = o.size(); o << (uint32_t)0; // placeholder, we fill in the size later when we have it // XXX int32, diverge from v8 format, to get more code to compile size_t start = o.size(); |