diff options
author | Alon Zakai <azakai@google.com> | 2020-12-14 13:03:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-14 13:03:49 -0800 |
commit | 814e897b4b177518a835a9ef30dd649312a77c78 (patch) | |
tree | efa1f53a9ab8c3bc57b4f68e27107c8c8dafd7bb /src/wasm-delegations-fields.h | |
parent | 2de4cb54cab3d2251f48ec0f94e180b34bf398f6 (diff) | |
download | binaryen-814e897b4b177518a835a9ef30dd649312a77c78.tar.gz binaryen-814e897b4b177518a835a9ef30dd649312a77c78.tar.bz2 binaryen-814e897b4b177518a835a9ef30dd649312a77c78.zip |
Refactor BranchUtils to avoid boilerplate. NFC (#3442)
This should make it easier to add br_on_cast for example.
Diffstat (limited to 'src/wasm-delegations-fields.h')
-rw-r--r-- | src/wasm-delegations-fields.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-delegations-fields.h b/src/wasm-delegations-fields.h index d53af695f..4d32b5f76 100644 --- a/src/wasm-delegations-fields.h +++ b/src/wasm-delegations-fields.h @@ -659,3 +659,4 @@ switch (DELEGATE_ID) { #undef DELEGATE_FIELD_SIGNATURE #undef DELEGATE_FIELD_TYPE #undef DELEGATE_FIELD_ADDRESS +#undef DELEGATE_GET_FIELD |