summaryrefslogtreecommitdiff
path: root/test/example/relooper-merge5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/example/relooper-merge5.txt')
-rw-r--r--test/example/relooper-merge5.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/example/relooper-merge5.txt b/test/example/relooper-merge5.txt
index 5b0db4535..bd3a68310 100644
--- a/test/example/relooper-merge5.txt
+++ b/test/example/relooper-merge5.txt
@@ -48,7 +48,7 @@
(call $print
(i32.const 0)
)
- (set_local $0
+ (local.set $0
(call $check)
)
)
@@ -58,7 +58,7 @@
(block $switch$1$default
(br_table $switch$1$default $switch$1$case$5 $switch$1$default $switch$1$default $switch$1$case$5 $switch$1$case$4 $switch$1$default $switch$1$default $switch$1$default $switch$1$case$5 $switch$1$default
(i32.rem_u
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
)
@@ -69,7 +69,7 @@
(call $print
(i32.const 1)
)
- (set_local $0
+ (local.set $0
(call $check)
)
)
@@ -83,7 +83,7 @@
(call $print
(i32.const 3)
)
- (set_local $0
+ (local.set $0
(call $check)
)
)
@@ -97,7 +97,7 @@
(call $print
(i32.const 2)
)
- (set_local $0
+ (local.set $0
(call $check)
)
)