diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-11-04 17:19:11 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-11-04 17:19:11 -0700 |
commit | fd5d26f549ec95f46d8696dac51ba5b5f7316248 (patch) | |
tree | 0158d62ad9327065bf6b20cd360d7454316598d8 /test/memorygrowth.fromasm.imprecise | |
parent | 5af71eea09abfa9078c62633cea89b121ec4ec08 (diff) | |
download | binaryen-fd5d26f549ec95f46d8696dac51ba5b5f7316248.tar.gz binaryen-fd5d26f549ec95f46d8696dac51ba5b5f7316248.tar.bz2 binaryen-fd5d26f549ec95f46d8696dac51ba5b5f7316248.zip |
remove-unused-brs after coalesce-locals
Diffstat (limited to 'test/memorygrowth.fromasm.imprecise')
-rw-r--r-- | test/memorygrowth.fromasm.imprecise | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/test/memorygrowth.fromasm.imprecise b/test/memorygrowth.fromasm.imprecise index cb6a2c8c5..8d399ec74 100644 --- a/test/memorygrowth.fromasm.imprecise +++ b/test/memorygrowth.fromasm.imprecise @@ -8493,13 +8493,11 @@ (i32.const 3) ) ) - (block - (set_local $1 - (get_local $0) - ) - (set_local $2 - (i32.const 4) - ) + (set_local $1 + (get_local $0) + ) + (set_local $2 + (i32.const 4) ) ) ) |