diff options
Diffstat (limited to 'test/emcc_hello_world.fromasm.clamp')
-rw-r--r-- | test/emcc_hello_world.fromasm.clamp | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/test/emcc_hello_world.fromasm.clamp b/test/emcc_hello_world.fromasm.clamp index c9ca55f67..5ee4c0133 100644 --- a/test/emcc_hello_world.fromasm.clamp +++ b/test/emcc_hello_world.fromasm.clamp @@ -267,32 +267,32 @@ (local $2 i32) (block $__rjto$1 (block $__rjti$1 - (block $__rjti$0 - (loop $while-in - (br_if $__rjti$0 - (i32.eq - (i32.load8_u offset=687 - (get_local $1) - ) - (get_local $0) + (loop $while-in + (if + (i32.ne + (i32.load8_u offset=687 + (get_local $1) ) + (get_local $0) ) - (br_if $while-in - (i32.ne - (tee_local $1 - (i32.add - (get_local $1) - (i32.const 1) + (block + (br_if $while-in + (i32.ne + (tee_local $1 + (i32.add + (get_local $1) + (i32.const 1) + ) ) + (i32.const 87) ) + ) + (set_local $1 (i32.const 87) ) + (br $__rjti$1) ) ) - (set_local $1 - (i32.const 87) - ) - (br $__rjti$1) ) (br_if $__rjti$1 (get_local $1) @@ -778,8 +778,8 @@ ) (block $__rjto$1 (block $__rjti$1 - (block $__rjti$0 - (loop $while-in + (loop $while-in + (block $__rjti$0 (if (i32.load (i32.const 16) |