summaryrefslogtreecommitdiff
path: root/test/example/relooper-merge3.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/example/relooper-merge3.txt')
-rw-r--r--test/example/relooper-merge3.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/example/relooper-merge3.txt b/test/example/relooper-merge3.txt
index b19f8c599..32c669a06 100644
--- a/test/example/relooper-merge3.txt
+++ b/test/example/relooper-merge3.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$case$2
(br_table $switch$1$default $switch$1$case$2 $switch$1$default $switch$1$case$2 $switch$1$case$2 $switch$1$case$4 $switch$1$case$2 $switch$1$default $switch$1$default $switch$1$case$2 $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 2)
)
- (set_local $0
+ (local.set $0
(call $check)
)
)
@@ -97,7 +97,7 @@
(call $print
(i32.const 3)
)
- (set_local $0
+ (local.set $0
(call $check)
)
)