summaryrefslogtreecommitdiff
path: root/test/emcc_hello_world.fromasm
diff options
context:
space:
mode:
Diffstat (limited to 'test/emcc_hello_world.fromasm')
-rw-r--r--test/emcc_hello_world.fromasm20
1 files changed, 7 insertions, 13 deletions
diff --git a/test/emcc_hello_world.fromasm b/test/emcc_hello_world.fromasm
index 78f0460fa..88db1c1ce 100644
--- a/test/emcc_hello_world.fromasm
+++ b/test/emcc_hello_world.fromasm
@@ -1941,14 +1941,11 @@
(i32.load8_u
(get_local $2)
)
- (i32.and
- (tee_local $1
- (i32.and
- (get_local $1)
- (i32.const 255)
- )
+ (tee_local $1
+ (i32.and
+ (get_local $1)
+ (i32.const 255)
)
- (i32.const 255)
)
)
(block
@@ -9393,13 +9390,10 @@
(i32.shl
(get_local $8)
(i32.xor
- (i32.and
- (tee_local $6
- (i32.eqz
- (get_local $9)
- )
+ (tee_local $6
+ (i32.eqz
+ (get_local $9)
)
- (i32.const 1)
)
(i32.const 1)
)