diff options
author | Alon Zakai <alonzakai@gmail.com> | 2017-06-12 16:04:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-12 16:04:20 -0700 |
commit | 93c65f98b7a9b0977578dbf55778529efec646f1 (patch) | |
tree | 6ecff0871299000cbae500a31dd68a2a903803f7 /test/merge/fusing.wast.combined.opt | |
parent | d1448e7903ed175eca23a3867b348bad42d36271 (diff) | |
download | binaryen-93c65f98b7a9b0977578dbf55778529efec646f1.tar.gz binaryen-93c65f98b7a9b0977578dbf55778529efec646f1.tar.bz2 binaryen-93c65f98b7a9b0977578dbf55778529efec646f1.zip |
Optimize/merge duplicate function types (#1041)
Diffstat (limited to 'test/merge/fusing.wast.combined.opt')
-rw-r--r-- | test/merge/fusing.wast.combined.opt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/merge/fusing.wast.combined.opt b/test/merge/fusing.wast.combined.opt index 1a09fb784..c8d58890e 100644 --- a/test/merge/fusing.wast.combined.opt +++ b/test/merge/fusing.wast.combined.opt @@ -1,6 +1,5 @@ (module (type $FUNCSIG$v (func)) - (type $FUNCSIG$v$0 (func)) (import "env" "memoryBase" (global $memoryBase i32)) (import "env" "tableBase" (global $tableBase i32)) (import "env" "memory" (memory $0 256)) @@ -23,7 +22,7 @@ (get_global $b-global) ) ) - (func $bar-func (type $FUNCSIG$v$0) + (func $bar-func (type $FUNCSIG$v) (nop) (drop (get_global $a-global) |