summaryrefslogtreecommitdiff
path: root/test/example
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2017-06-12 16:04:20 -0700
committerGitHub <noreply@github.com>2017-06-12 16:04:20 -0700
commit93c65f98b7a9b0977578dbf55778529efec646f1 (patch)
tree6ecff0871299000cbae500a31dd68a2a903803f7 /test/example
parentd1448e7903ed175eca23a3867b348bad42d36271 (diff)
downloadbinaryen-93c65f98b7a9b0977578dbf55778529efec646f1.tar.gz
binaryen-93c65f98b7a9b0977578dbf55778529efec646f1.tar.bz2
binaryen-93c65f98b7a9b0977578dbf55778529efec646f1.zip
Optimize/merge duplicate function types (#1041)
Diffstat (limited to 'test/example')
-rw-r--r--test/example/c-api-kitchen-sink.txt6
-rw-r--r--test/example/c-api-kitchen-sink.txt.txt3
2 files changed, 0 insertions, 9 deletions
diff --git a/test/example/c-api-kitchen-sink.txt b/test/example/c-api-kitchen-sink.txt
index a5275bad5..26e3b820f 100644
--- a/test/example/c-api-kitchen-sink.txt
+++ b/test/example/c-api-kitchen-sink.txt
@@ -1025,9 +1025,6 @@ raw:
)
optimized:
(module
- (type $v (func))
- (type $vi (func (param i32)))
- (type $i (func (result i32)))
(memory $0 0)
)
module loaded from binary form:
@@ -2882,9 +2879,6 @@ raw:
optimized:
BinaryenModulePrint(the_module);
(module
- (type $v (func))
- (type $vi (func (param i32)))
- (type $i (func (result i32)))
(memory $0 0)
)
BinaryenModuleDispose(the_module);
diff --git a/test/example/c-api-kitchen-sink.txt.txt b/test/example/c-api-kitchen-sink.txt.txt
index 4583004e3..7f281bd67 100644
--- a/test/example/c-api-kitchen-sink.txt.txt
+++ b/test/example/c-api-kitchen-sink.txt.txt
@@ -1018,8 +1018,5 @@
)
)
(module
- (type $v (func))
- (type $vi (func (param i32)))
- (type $i (func (result i32)))
(memory $0 0)
)