diff options
author | Thomas Lively <tlively@google.com> | 2023-09-27 10:57:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 17:57:42 +0000 |
commit | 7fe2773010a5be824ac2b75cf8ee5dac90368aaf (patch) | |
tree | 5fc1ed31e8b6a1d04e35a1c11558bba4a96e29e2 /src/wasm/wasm-s-parser.cpp | |
parent | b2af87928a8c39e9c6ebedc748412c15c95c56ab (diff) | |
download | binaryen-7fe2773010a5be824ac2b75cf8ee5dac90368aaf.tar.gz binaryen-7fe2773010a5be824ac2b75cf8ee5dac90368aaf.tar.bz2 binaryen-7fe2773010a5be824ac2b75cf8ee5dac90368aaf.zip |
[NFC] Refactor SupertypesFirst utility (#5979)
Move the topological sort from the constructor to a separate method. This CRTP
utility calls into its subclass to query supertype relationships, but doing so
in the base class constructor means that the subclass has not been fully
initialized yet, which can cause problems.
Diffstat (limited to 'src/wasm/wasm-s-parser.cpp')
0 files changed, 0 insertions, 0 deletions