diff options
author | Heejin Ahn <aheejin@gmail.com> | 2024-01-22 19:26:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-22 19:26:45 -0800 |
commit | de223c5e69b34023d25a66577fac21a75d5b3849 (patch) | |
tree | 125bfe8d6888d650fd812830f086b5e76d9eb787 /src/wasm-stack.h | |
parent | c23253fa9fb8ab49bc922cf35448ebd3cf0b6789 (diff) | |
download | binaryen-de223c5e69b34023d25a66577fac21a75d5b3849.tar.gz binaryen-de223c5e69b34023d25a66577fac21a75d5b3849.tar.bz2 binaryen-de223c5e69b34023d25a66577fac21a75d5b3849.zip |
Rename stack variables in CFGWalker (NFC) (#6232)
This renames `***Stack` variables in `CFGWalker` to be consistent, as a
preparation for adding another stack for the new EH. Currently `ifStack`
and `loopStack` contains `BasicBlock*`s but `tryStack` contains
`Expression*`, and `Try` expressions are rather contained in
`unwindExprStack`, which to me is confusing.
Diffstat (limited to 'src/wasm-stack.h')
0 files changed, 0 insertions, 0 deletions