diff options
Diffstat (limited to 'scripts/fuzz_opt.py')
-rwxr-xr-x | scripts/fuzz_opt.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py index 3608e339e..653ea30b6 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -1422,9 +1422,7 @@ opt_choices = [ ("--simplify-locals-notee-nostructure",), ("--ssa",), ("--type-refining",), - # TypeMerging is blocked by - # https://github.com/WebAssembly/binaryen/issues/5556 - # ("--type-merging",), + ("--type-merging",), ("--type-ssa",), ("--vacuum",), ] |