summaryrefslogtreecommitdiff
path: root/test/example
diff options
context:
space:
mode:
authorAlon Zakai (kripken) <alonzakai@gmail.com>2017-05-10 14:55:34 -0700
committerAlon Zakai (kripken) <alonzakai@gmail.com>2017-05-10 14:55:34 -0700
commitb3c97a9d6e9c0858c7a021c6437a4f38ceb7a156 (patch)
tree839be4a2210611c008527b54ad741db52aa0d456 /test/example
parenta42f2247e0f4ddd7c4560a9d466f65ee88753bd7 (diff)
downloadbinaryen-b3c97a9d6e9c0858c7a021c6437a4f38ceb7a156.tar.gz
binaryen-b3c97a9d6e9c0858c7a021c6437a4f38ceb7a156.tar.bz2
binaryen-b3c97a9d6e9c0858c7a021c6437a4f38ceb7a156.zip
merge blocks before and after remove-unused-brs
Diffstat (limited to 'test/example')
-rw-r--r--test/example/relooper-fuzz.txt22
1 files changed, 12 insertions, 10 deletions
diff --git a/test/example/relooper-fuzz.txt b/test/example/relooper-fuzz.txt
index 416f54987..438a4bca1 100644
--- a/test/example/relooper-fuzz.txt
+++ b/test/example/relooper-fuzz.txt
@@ -519,17 +519,19 @@
)
(br $shape$3$continue)
)
+ (block
+ (call $print
+ (i32.const 2)
+ )
+ (drop
+ (call $check)
+ )
+ (set_local $0
+ (i32.const 6)
+ )
+ (br $shape$3$continue)
+ )
)
- (call $print
- (i32.const 2)
- )
- (drop
- (call $check)
- )
- (set_local $0
- (i32.const 6)
- )
- (br $shape$3$continue)
)
)
)