diff options
author | Heejin Ahn <aheejin@gmail.com> | 2022-07-25 15:16:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-25 15:16:43 -0700 |
commit | c40b402aaffa24c641cbb0e8efd0019c5c4a68b6 (patch) | |
tree | 0594369dd49ac2511c80bf440932300d9bb9b8f3 /src/wasm-binary.h | |
parent | 7c2b3ebd518b26c01fda9db8cb2a1911c23bed2a (diff) | |
download | binaryen-c40b402aaffa24c641cbb0e8efd0019c5c4a68b6.tar.gz binaryen-c40b402aaffa24c641cbb0e8efd0019c5c4a68b6.tar.bz2 binaryen-c40b402aaffa24c641cbb0e8efd0019c5c4a68b6.zip |
Move method implementations to drop.cpp (#4823)
Now that we have `getDroppedUnconditionalChildrenAndAppend`, all passes
need to use it rather than the old `getDroppedChildrenAndAppend`, which
is used within the new method
`getDroppedUnconditionalChildrenAndAppend`.
This creates `drop.cpp` and move method implementations in drop.h there,
and merge two methods given that the old method is not supposed to be
used from outside anyway, and drops `Unconditional` from the new method
name because this is the only method and doesn't have to be specific
about that.
Diffstat (limited to 'src/wasm-binary.h')
0 files changed, 0 insertions, 0 deletions