diff options
author | Alon Zakai <alonzakai@gmail.com> | 2018-11-19 15:31:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-19 15:31:16 -0800 |
commit | ec38a5118f055709cd21a8db873d4d26691571c6 (patch) | |
tree | b794df716632bd66fd3ad2ea3ccd403105774a77 /test/unit.fromasm.imprecise | |
parent | 7011e47ff4ef1a48d15d399f4dfaa761de4779af (diff) | |
download | binaryen-ec38a5118f055709cd21a8db873d4d26691571c6.tar.gz binaryen-ec38a5118f055709cd21a8db873d4d26691571c6.tar.bz2 binaryen-ec38a5118f055709cd21a8db873d4d26691571c6.zip |
Fix a merge-blocks fuzz bug (#1755)
* Moving blocks into if arms may change the block type, and the code we had was written under the assumption that was not true.
* Move block sinking merge-blocks => remove-unused-brs, as it's more natural there. that pass refinalizes everything anyhow
Diffstat (limited to 'test/unit.fromasm.imprecise')
-rw-r--r-- | test/unit.fromasm.imprecise | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit.fromasm.imprecise b/test/unit.fromasm.imprecise index d4f3115a8..d9cd05f28 100644 --- a/test/unit.fromasm.imprecise +++ b/test/unit.fromasm.imprecise @@ -548,7 +548,6 @@ ) (br $while-in) ) - (nop) ) ) ) |