summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
)
)
)