diff options
Diffstat (limited to 'test/wasm-only.fromasm.imprecise')
-rw-r--r-- | test/wasm-only.fromasm.imprecise | 25 |
1 files changed, 8 insertions, 17 deletions
diff --git a/test/wasm-only.fromasm.imprecise b/test/wasm-only.fromasm.imprecise index e05da9799..6d013e11a 100644 --- a/test/wasm-only.fromasm.imprecise +++ b/test/wasm-only.fromasm.imprecise @@ -400,7 +400,7 @@ (get_local $0) ) (loop $while-in - (if + (br_if $__rjti$2 (i32.eq (i32.load8_u (get_local $2) @@ -410,12 +410,6 @@ (i32.const 255) ) ) - (block - (set_local $0 - (get_local $3) - ) - (br $__rjti$2) - ) ) (br_if $while-in (i32.and @@ -458,20 +452,17 @@ ) ) ) - (if + (br_if $__rjti$2 (get_local $0) - (block - (set_local $0 - (get_local $3) - ) - (br $__rjti$2) - ) - (set_local $0 - (i32.const 0) - ) + ) + (set_local $0 + (i32.const 0) ) (br $label$break$L8) ) + (set_local $0 + (get_local $3) + ) (if (i32.ne (i32.load8_u |