summaryrefslogtreecommitdiff
path: root/test/min.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
authorThomas Lively <7121787+tlively@users.noreply.github.com>2019-01-07 13:24:58 -0800
committerGitHub <noreply@github.com>2019-01-07 13:24:58 -0800
commit7d94900ded8e2e5ce8ef8ee2687528531d8f2a97 (patch)
treed8bba13d306b0c5ecba384384e602e6cccc83015 /test/min.wast.fromBinary.noDebugInfo
parent6f91af190effd7b8a5969314dd4fb3d2ec540524 (diff)
downloadbinaryen-7d94900ded8e2e5ce8ef8ee2687528531d8f2a97.tar.gz
binaryen-7d94900ded8e2e5ce8ef8ee2687528531d8f2a97.tar.bz2
binaryen-7d94900ded8e2e5ce8ef8ee2687528531d8f2a97.zip
Massive renaming (#1855)
Automated renaming according to https://github.com/WebAssembly/spec/issues/884#issuecomment-426433329.
Diffstat (limited to 'test/min.wast.fromBinary.noDebugInfo')
-rw-r--r--test/min.wast.fromBinary.noDebugInfo16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/min.wast.fromBinary.noDebugInfo b/test/min.wast.fromBinary.noDebugInfo
index f14f6f1d8..adbfce26d 100644
--- a/test/min.wast.fromBinary.noDebugInfo
+++ b/test/min.wast.fromBinary.noDebugInfo
@@ -8,21 +8,21 @@
(func $0 (; 0 ;) (type $0) (param $0 f32) (result f32)
(local $1 f32)
(f32.add
- (get_local $1)
- (get_local $0)
+ (local.get $1)
+ (local.get $0)
)
)
(func $1 (; 1 ;) (type $1) (param $0 i32) (param $1 i32) (result f32)
(local $2 f32)
- (tee_local $2
+ (local.tee $2
(f32.neg
(block $label$1 (result f32)
(i32.store
- (get_local $0)
- (get_local $1)
+ (local.get $0)
+ (local.get $1)
)
(f32.load
- (get_local $0)
+ (local.get $0)
)
)
)
@@ -34,7 +34,7 @@
(block $label$3
(br_table $label$3 $label$2 $label$3
(i32.sub
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
)
@@ -49,7 +49,7 @@
)
)
(func $3 (; 3 ;) (type $3) (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
- (get_local $2)
+ (local.get $2)
)
)