summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-11-21 19:56:49 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-11-21 19:56:49 -0800
commit8d146b65fe461fbf3fb3d04fd785cc5af4484b30 (patch)
tree6f66a4f0a3958237ba0467ac1ac9df103ed09f1b
parentc7140e7bd23a36c9a8e8f869617c2f8e55d1f780 (diff)
downloadbinaryen-8d146b65fe461fbf3fb3d04fd785cc5af4484b30.tar.gz
binaryen-8d146b65fe461fbf3fb3d04fd785cc5af4484b30.tar.bz2
binaryen-8d146b65fe461fbf3fb3d04fd785cc5af4484b30.zip
update tests
-rw-r--r--test/emcc_O2_hello_world.wast15
-rw-r--r--test/emcc_hello_world.wast5
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
)
)
)