summaryrefslogtreecommitdiff
path: root/src/tools/fuzzing.h
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2024-10-16 09:51:50 -0700
committerGitHub <noreply@github.com>2024-10-16 09:51:50 -0700
commit33abf08976264700e6ab5815a73537a5fb6b7dcf (patch)
tree916c344c4395b1b80c84b1994061323aca2a27b6 /src/tools/fuzzing.h
parentc7e42ae04ffd45b0da3e281be03d753516083803 (diff)
downloadbinaryen-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.h1
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.