summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/emcc_O2_hello_world.wast12
-rw-r--r--test/emcc_hello_world.wast4
2 files changed, 8 insertions, 8 deletions
diff --git a/test/emcc_O2_hello_world.wast b/test/emcc_O2_hello_world.wast
index 66d772963..5be2f095c 100644
--- a/test/emcc_O2_hello_world.wast
+++ b/test/emcc_O2_hello_world.wast
@@ -4652,12 +4652,12 @@
)
)
)
- (if
+ (br_if
(i32.ne
(get_local $i63)
(i32.const 0)
)
- (br $do-in$29)
+ $do-in$29
)
)
)
@@ -6652,7 +6652,7 @@
(get_local $i63)
(i32.const 7)
)
- (if
+ (br_if
(i32.lt_u
(i32.shr_u
(i32.add
@@ -6666,7 +6666,7 @@
(i32.const 0)
)
)
- (br $do-in$47)
+ $do-in$47
)
)
)
@@ -7350,12 +7350,12 @@
(i32.const 1)
)
)
- (if
+ (br_if
(i32.ne
(get_local $i5)
(i32.const 32)
)
- (br $do-in$51)
+ $do-in$51
)
)
)
diff --git a/test/emcc_hello_world.wast b/test/emcc_hello_world.wast
index d33811b80..2edc07d4d 100644
--- a/test/emcc_hello_world.wast
+++ b/test/emcc_hello_world.wast
@@ -2438,12 +2438,12 @@
(i32.const 4)
)
)
- (if
+ (br_if
(i32.lt_s
(get_local $dest)
(get_local $stop)
)
- (br $do-in$1)
+ $do-in$1
)
)
)