summaryrefslogtreecommitdiff
path: root/test/example
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-05-29 16:39:17 -0700
committerAlon Zakai <alonzakai@gmail.com>2016-05-29 16:39:17 -0700
commitf33f1dbbee7b3f95d8437f1ee60c9075013858b6 (patch)
treef0f7a4bc5cd7d948f4285298b3b3930f30cc0185 /test/example
parent1715b4a1ec845f1dd6b08f48a599f346beb0f758 (diff)
parent44aeb85b2fa2c743e2d0f7e00349f99cfcbc7639 (diff)
downloadbinaryen-f33f1dbbee7b3f95d8437f1ee60c9075013858b6.tar.gz
binaryen-f33f1dbbee7b3f95d8437f1ee60c9075013858b6.tar.bz2
binaryen-f33f1dbbee7b3f95d8437f1ee60c9075013858b6.zip
Merge pull request #550 from WebAssembly/dfe-nice
Duplicate function elimination
Diffstat (limited to 'test/example')
-rw-r--r--test/example/c-api-kitchen-sink.txt33
1 files changed, 0 insertions, 33 deletions
diff --git a/test/example/c-api-kitchen-sink.txt b/test/example/c-api-kitchen-sink.txt
index 27cd7d91e..52b6cd6ed 100644
--- a/test/example/c-api-kitchen-sink.txt
+++ b/test/example/c-api-kitchen-sink.txt
@@ -635,39 +635,6 @@ optimized:
(func $just-one-block (type $v)
(nop)
)
- (func $two-blocks (type $v)
- (nop)
- )
- (func $two-blocks-plus-code (type $v)
- (nop)
- )
- (func $loop (type $v)
- (nop)
- )
- (func $loop-plus-code (type $v)
- (nop)
- )
- (func $split (type $v)
- (nop)
- )
- (func $split-plus-code (type $v)
- (nop)
- )
- (func $if (type $v)
- (nop)
- )
- (func $if-plus-code (type $v)
- (nop)
- )
- (func $if-else (type $v)
- (nop)
- )
- (func $loop-tail (type $v)
- (nop)
- )
- (func $nontrivial-loop-plus-phi-to-head (type $v)
- (nop)
- )
)
module loaded from binary form:
(module