diff options
Diffstat (limited to 'test/passes/remove-unused-brs_shrink-level=1.txt')
-rw-r--r-- | test/passes/remove-unused-brs_shrink-level=1.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/passes/remove-unused-brs_shrink-level=1.txt b/test/passes/remove-unused-brs_shrink-level=1.txt index fb739356c..ac47d9f0e 100644 --- a/test/passes/remove-unused-brs_shrink-level=1.txt +++ b/test/passes/remove-unused-brs_shrink-level=1.txt @@ -3,7 +3,7 @@ (type $1 (func)) (type $2 (func (result i32))) (memory $0 256 256) - (func $b14 (type $2) (result i32) + (func $b14 (; 0 ;) (type $2) (result i32) (drop (select (block $block1 (result i32) @@ -45,7 +45,7 @@ ) (i32.const 0) ) - (func $join-br_ifs (type $1) + (func $join-br_ifs (; 1 ;) (type $1) (block $out (br_if $out (i32.or @@ -123,7 +123,7 @@ ) ) ) - (func $join-and-it-becomes-unreachable (type $1) + (func $join-and-it-becomes-unreachable (; 2 ;) (type $1) (block $label$1 (block $block (br_if $label$1 @@ -139,7 +139,7 @@ ) ) ) - (func $br-if-unreachable-pair (type $1) + (func $br-if-unreachable-pair (; 3 ;) (type $1) (block $label$14 (br_if $label$14 (unreachable) @@ -149,7 +149,7 @@ ) ) ) - (func $br-if-unreachable-pair2 (type $1) + (func $br-if-unreachable-pair2 (; 4 ;) (type $1) (block $label$14 (br_if $label$14 (i32.const 0) |