diff options
author | Heejin Ahn <aheejin@gmail.com> | 2021-02-02 02:04:30 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-02 02:04:30 +0900 |
commit | a8a2693fa6382e7e07feb6807d8681ecaf740cc3 (patch) | |
tree | 0fa335da63bf86090e338d1efec02e46eab4853f /src/tools/fuzzing.h | |
parent | 89b811699b2db0c0e2ad744a1240f6283f8eed86 (diff) | |
download | binaryen-a8a2693fa6382e7e07feb6807d8681ecaf740cc3.tar.gz binaryen-a8a2693fa6382e7e07feb6807d8681ecaf740cc3.tar.bz2 binaryen-a8a2693fa6382e7e07feb6807d8681ecaf740cc3.zip |
Remove unnecessary breakStack pushes for if/try (NFC) (#3533)
This break stack is maintained to compute branch depths, but it seems we
don't need to push and pop for each of if and else block or every single
catch/catch_all block; it would be sufficient to have just one stack
entry for the whole try-catch or if-else.
Diffstat (limited to 'src/tools/fuzzing.h')
0 files changed, 0 insertions, 0 deletions