summaryrefslogtreecommitdiff
path: root/test/passes/1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/1.txt')
-rw-r--r--test/passes/1.txt32
1 files changed, 16 insertions, 16 deletions
diff --git a/test/passes/1.txt b/test/passes/1.txt
index 0a7716a23..edc8ff9a2 100644
--- a/test/passes/1.txt
+++ b/test/passes/1.txt
@@ -18,22 +18,22 @@
)
(func $ifs (; 4 ;) (type $2) (param $0 i32) (result i32)
(if (result i32)
- (get_local $0)
+ (local.get $0)
(select
(i32.const 2)
(i32.const 3)
- (get_local $0)
+ (local.get $0)
)
(select
(i32.const 4)
(i32.const 5)
- (get_local $0)
+ (local.get $0)
)
)
)
(func $loops (; 5 ;) (type $3) (param $0 i32)
(if
- (get_local $0)
+ (local.get $0)
(loop $shape$2$continue
(call $trivial)
(br $shape$2$continue)
@@ -42,13 +42,13 @@
(loop $shape$4$continue
(call $trivial)
(br_if $shape$4$continue
- (get_local $0)
+ (local.get $0)
)
)
(loop $shape$6$continue
(call $trivial)
(br_if $shape$6$continue
- (get_local $0)
+ (local.get $0)
)
)
)
@@ -60,7 +60,7 @@
(func $unreachable (; 7 ;) (type $3) (param $0 i32)
(if
(i32.eqz
- (get_local $0)
+ (local.get $0)
)
(block
(call $unreachable
@@ -70,7 +70,7 @@
)
)
(if
- (get_local $0)
+ (local.get $0)
(block
(call $unreachable
(i32.const 1)
@@ -100,7 +100,7 @@
)
(if
(i32.eqz
- (get_local $0)
+ (local.get $0)
)
(call $before-and-after
(i32.const 5)
@@ -120,7 +120,7 @@
(i32.const 9)
)
(br_if $shape$4$continue
- (get_local $0)
+ (local.get $0)
)
)
(call $before-and-after
@@ -130,7 +130,7 @@
(i32.const 11)
)
(if
- (get_local $0)
+ (local.get $0)
(call $before-and-after
(i32.const 12)
)
@@ -139,7 +139,7 @@
(i32.const 13)
)
(if
- (get_local $0)
+ (local.get $0)
(call $before-and-after
(i32.const 14)
)
@@ -148,7 +148,7 @@
)
)
(if
- (get_local $0)
+ (local.get $0)
(call $before-and-after
(i32.const 16)
)
@@ -188,7 +188,7 @@
(block $block$6$break
(block $switch$3$default
(br_table $block$6$break $block$6$break $block$6$break $switch$3$default
- (get_local $0)
+ (local.get $0)
)
)
(call $switch
@@ -208,12 +208,12 @@
)
(block $block$2$break
(if
- (get_local $0)
+ (local.get $0)
(call $if-br-wat
(i32.const 1)
)
(br_if $block$2$break
- (get_local $0)
+ (local.get $0)
)
)
(call $if-br-wat