diff options
Diffstat (limited to 'test/emcc_hello_world.fromasm.imprecise')
-rw-r--r-- | test/emcc_hello_world.fromasm.imprecise | 30 |
1 files changed, 9 insertions, 21 deletions
diff --git a/test/emcc_hello_world.fromasm.imprecise b/test/emcc_hello_world.fromasm.imprecise index 149c837ec..e83f2b757 100644 --- a/test/emcc_hello_world.fromasm.imprecise +++ b/test/emcc_hello_world.fromasm.imprecise @@ -6594,15 +6594,11 @@ (get_local $41) (block (br_if $do-once$114 - (i32.eqz - (i32.eqz - (i32.and - (i32.load - (get_local $0) - ) - (i32.const 32) - ) + (i32.and + (i32.load + (get_local $0) ) + (i32.const 32) ) ) (drop @@ -6948,15 +6944,11 @@ (i32.const 0) ) (br_if $do-once$106 - (i32.eqz - (i32.eqz - (i32.and - (i32.load - (get_local $0) - ) - (i32.const 32) - ) + (i32.and + (i32.load + (get_local $0) ) + (i32.const 32) ) ) (drop @@ -12916,11 +12908,7 @@ (get_local $16) ) (br_if $do-once$63 - (i32.eqz - (i32.eqz - (get_local $16) - ) - ) + (get_local $16) ) (i32.store (i32.const 180) |