diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-09-16 17:55:58 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-09-16 18:28:28 -0700 |
commit | 0a9df805f688d5eab8be380ab7c9dde115d88852 (patch) | |
tree | 23f956226f783d2a72abfce8cf186909c7256367 /test/memorygrowth.fromasm.imprecise | |
parent | f0546a0c8322a4e2f1777c8a749207a70cdca681 (diff) | |
download | binaryen-0a9df805f688d5eab8be380ab7c9dde115d88852.tar.gz binaryen-0a9df805f688d5eab8be380ab7c9dde115d88852.tar.bz2 binaryen-0a9df805f688d5eab8be380ab7c9dde115d88852.zip |
br_if returns its value
Diffstat (limited to 'test/memorygrowth.fromasm.imprecise')
-rw-r--r-- | test/memorygrowth.fromasm.imprecise | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/test/memorygrowth.fromasm.imprecise b/test/memorygrowth.fromasm.imprecise index ea085352f..1a93b6e60 100644 --- a/test/memorygrowth.fromasm.imprecise +++ b/test/memorygrowth.fromasm.imprecise @@ -4728,11 +4728,13 @@ ) ) (block i32 - (br_if $do-once$67 - (i32.const 31) - (i32.gt_u - (get_local $14) - (i32.const 16777215) + (drop + (br_if $do-once$67 + (i32.const 31) + (i32.gt_u + (get_local $14) + (i32.const 16777215) + ) ) ) (i32.or |