Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/docs
/
.
/
test
/
passes
/
merge-blocks_remove-unused-brs.txt
blob: 86464ac25d6be005831d3c1f319550b099fdc043 [
file
] [
edit
]
(module
(type $FUNCSIG$vi (func (param i32)))
(func $func (; 0 ;) (type $FUNCSIG$vi) (param $x i32)
(loop $loop
(block $out
(block
(br_if $out
(local.get $x)
)
(nop)
(br $loop)
)
)
)
)
)