summaryrefslogtreecommitdiff
path: root/test/passes/precompute_all-features.wast
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2021-01-22 18:07:46 +0900
committerGitHub <noreply@github.com>2021-01-22 18:07:46 +0900
commit6d62e3c4be466888239a89c2e98713f60074aaea (patch)
treef2b55ef6eed4be74c2faee998f15ab46231083a9 /test/passes/precompute_all-features.wast
parent69ff866fc7e54f25d8d8598581aa3553cb87603b (diff)
downloadbinaryen-6d62e3c4be466888239a89c2e98713f60074aaea.tar.gz
binaryen-6d62e3c4be466888239a89c2e98713f60074aaea.tar.bz2
binaryen-6d62e3c4be466888239a89c2e98713f60074aaea.zip
Remove exnref and br_on_exn (#3505)
This removes `exnref` type and `br_on_exn` instruction.
Diffstat (limited to 'test/passes/precompute_all-features.wast')
-rw-r--r--test/passes/precompute_all-features.wast15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/passes/precompute_all-features.wast b/test/passes/precompute_all-features.wast
index ca849b88c..589a8acf5 100644
--- a/test/passes/precompute_all-features.wast
+++ b/test/passes/precompute_all-features.wast
@@ -461,19 +461,4 @@
)
)
)
-
- ;; br_on_exn's argument becomes unreachable, so br_on_exn itself is replaced
- ;; with its argument in ReFinalize process after precompute.
- (event $event$0 (attr 0) (param))
- (func $unreachable-br_on_exn
- (block $label$1
- (drop
- (br_on_exn $label$1 $event$0
- (loop $label$2 (result exnref)
- (br $label$2)
- )
- )
- )
- )
- )
)