summaryrefslogtreecommitdiff
path: root/test/min.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/min.wast.fromBinary.noDebugInfo')
-rw-r--r--test/min.wast.fromBinary.noDebugInfo28
1 files changed, 14 insertions, 14 deletions
diff --git a/test/min.wast.fromBinary.noDebugInfo b/test/min.wast.fromBinary.noDebugInfo
index c76976a51..f14f6f1d8 100644
--- a/test/min.wast.fromBinary.noDebugInfo
+++ b/test/min.wast.fromBinary.noDebugInfo
@@ -5,36 +5,36 @@
(type $3 (func (param i32 i32 i32) (result i32)))
(memory $0 256 256)
(export "floats" (func $0))
- (func $0 (; 0 ;) (type $0) (param $var$0 f32) (result f32)
- (local $var$1 f32)
+ (func $0 (; 0 ;) (type $0) (param $0 f32) (result f32)
+ (local $1 f32)
(f32.add
- (get_local $var$1)
- (get_local $var$0)
+ (get_local $1)
+ (get_local $0)
)
)
- (func $1 (; 1 ;) (type $1) (param $var$0 i32) (param $var$1 i32) (result f32)
- (local $var$2 f32)
- (tee_local $var$2
+ (func $1 (; 1 ;) (type $1) (param $0 i32) (param $1 i32) (result f32)
+ (local $2 f32)
+ (tee_local $2
(f32.neg
(block $label$1 (result f32)
(i32.store
- (get_local $var$0)
- (get_local $var$1)
+ (get_local $0)
+ (get_local $1)
)
(f32.load
- (get_local $var$0)
+ (get_local $0)
)
)
)
)
)
- (func $2 (; 2 ;) (type $2) (param $var$0 i32) (result i32)
+ (func $2 (; 2 ;) (type $2) (param $0 i32) (result i32)
(block $label$1 (result i32)
(block $label$2
(block $label$3
(br_table $label$3 $label$2 $label$3
(i32.sub
- (get_local $var$0)
+ (get_local $0)
(i32.const 1)
)
)
@@ -48,8 +48,8 @@
)
)
)
- (func $3 (; 3 ;) (type $3) (param $var$0 i32) (param $var$1 i32) (param $var$2 i32) (result i32)
- (get_local $var$2)
+ (func $3 (; 3 ;) (type $3) (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
+ (get_local $2)
)
)