diff options
author | Alon Zakai <azakai@google.com> | 2021-04-12 18:37:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 18:37:28 -0700 |
commit | c9aa77c3f6452154526456497731da1bc8e7d896 (patch) | |
tree | 9bd2baa719ea98be791152f0ca04d158d4bdf89e /src/tools/wasm-ctor-eval.cpp | |
parent | 5c8dcfe744d759b9436a04b0267978f42e4725ab (diff) | |
download | binaryen-c9aa77c3f6452154526456497731da1bc8e7d896.tar.gz binaryen-c9aa77c3f6452154526456497731da1bc8e7d896.tar.bz2 binaryen-c9aa77c3f6452154526456497731da1bc8e7d896.zip |
Reducer: Replace entire function bodies with either unreachable or nop (#3802)
Previously we just used unreachable. This also tries nop when it is possible,
and sometimes that is better (if the code is called, a nop may be less intrusive
of a change).
Diffstat (limited to 'src/tools/wasm-ctor-eval.cpp')
0 files changed, 0 insertions, 0 deletions