diff options
Diffstat (limited to 'test/emcc_hello_world.fromasm.imprecise')
-rw-r--r-- | test/emcc_hello_world.fromasm.imprecise | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/test/emcc_hello_world.fromasm.imprecise b/test/emcc_hello_world.fromasm.imprecise index dae544f1b..70f3b96a3 100644 --- a/test/emcc_hello_world.fromasm.imprecise +++ b/test/emcc_hello_world.fromasm.imprecise @@ -576,17 +576,14 @@ (get_local $0) ) ) - (set_local $0 - (if (result i32) - (tee_local $2 - (i32.eqz - (i32.const 0) - ) - ) - (get_local $1) - (get_local $1) + (set_local $2 + (i32.eqz + (i32.const 0) ) ) + (set_local $0 + (get_local $1) + ) ) (block (set_local $0 |