diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-21 19:56:49 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-21 19:56:49 -0800 |
commit | 8d146b65fe461fbf3fb3d04fd785cc5af4484b30 (patch) | |
tree | 6f66a4f0a3958237ba0467ac1ac9df103ed09f1b | |
parent | c7140e7bd23a36c9a8e8f869617c2f8e55d1f780 (diff) | |
download | binaryen-8d146b65fe461fbf3fb3d04fd785cc5af4484b30.tar.gz binaryen-8d146b65fe461fbf3fb3d04fd785cc5af4484b30.tar.bz2 binaryen-8d146b65fe461fbf3fb3d04fd785cc5af4484b30.zip |
update tests
-rw-r--r-- | test/emcc_O2_hello_world.wast | 15 | ||||
-rw-r--r-- | test/emcc_hello_world.wast | 5 |
2 files changed, 8 insertions, 12 deletions
diff --git a/test/emcc_O2_hello_world.wast b/test/emcc_O2_hello_world.wast index bee28ccb7..593a46610 100644 --- a/test/emcc_O2_hello_world.wast +++ b/test/emcc_O2_hello_world.wast @@ -4701,13 +4701,12 @@ ) ) ) - (if_else + (if (i32.ne (get_local $i63) (i32.const 0) ) - (nop) - (br $do-out$28 + (br $do-in$29 ) ) ) @@ -6735,7 +6734,7 @@ (get_local $i63) (i32.const 7) ) - (if_else + (if (i32.lt_u (i32.shr_u (i32.add @@ -6749,8 +6748,7 @@ (i32.const 0) ) ) - (nop) - (br $do-out$46 + (br $do-in$47 ) ) ) @@ -7442,13 +7440,12 @@ (i32.const 1) ) ) - (if_else + (if (i32.ne (get_local $i5) (i32.const 32) ) - (nop) - (br $do-out$50 + (br $do-in$51 ) ) ) diff --git a/test/emcc_hello_world.wast b/test/emcc_hello_world.wast index 716ccbe3a..3faa3751f 100644 --- a/test/emcc_hello_world.wast +++ b/test/emcc_hello_world.wast @@ -2454,13 +2454,12 @@ (i32.const 4) ) ) - (if_else + (if (i32.lt_s (get_local $dest) (get_local $stop) ) - (nop) - (br $do-out$0 + (br $do-in$1 ) ) ) |