diff options
author | Alon Zakai <azakai@google.com> | 2024-10-16 09:51:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-16 09:51:50 -0700 |
commit | 33abf08976264700e6ab5815a73537a5fb6b7dcf (patch) | |
tree | 916c344c4395b1b80c84b1994061323aca2a27b6 /src/tools/fuzzing.h | |
parent | c7e42ae04ffd45b0da3e281be03d753516083803 (diff) | |
download | binaryen-33abf08976264700e6ab5815a73537a5fb6b7dcf.tar.gz binaryen-33abf08976264700e6ab5815a73537a5fb6b7dcf.tar.bz2 binaryen-33abf08976264700e6ab5815a73537a5fb6b7dcf.zip |
[Wasm GC] Fuzz BrOn (#7006)
Diffstat (limited to 'src/tools/fuzzing.h')
-rw-r--r-- | src/tools/fuzzing.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/fuzzing.h b/src/tools/fuzzing.h index f4400e39e..92e997913 100644 --- a/src/tools/fuzzing.h +++ b/src/tools/fuzzing.h @@ -366,6 +366,7 @@ private: Expression* makeRefEq(Type type); Expression* makeRefTest(Type type); Expression* makeRefCast(Type type); + Expression* makeBrOn(Type type); // Decide to emit a signed Struct/ArrayGet sometimes, when the field is // packed. |