summaryrefslogtreecommitdiff
path: root/test/debugInfo.fromasm.no-opts
diff options
context:
space:
mode:
Diffstat (limited to 'test/debugInfo.fromasm.no-opts')
-rw-r--r--test/debugInfo.fromasm.no-opts18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/debugInfo.fromasm.no-opts b/test/debugInfo.fromasm.no-opts
index c1f9c4deb..6ba14e83a 100644
--- a/test/debugInfo.fromasm.no-opts
+++ b/test/debugInfo.fromasm.no-opts
@@ -14,7 +14,7 @@
(export "switch_reach" (func $switch_reach))
(export "nofile" (func $nofile))
(export "inlineInto" (func $inlineInto))
- (func $add (; 0 ;) (param $x i32) (param $y i32) (result i32)
+ (func $add (param $x i32) (param $y i32) (result i32)
;;@ tests/hello_world.c:5:0
(local.set $x
(local.get $x)
@@ -34,7 +34,7 @@
)
)
)
- (func $ret (; 1 ;) (param $x i32) (result i32)
+ (func $ret (param $x i32) (result i32)
;;@ return.cpp:50:0
(local.set $x
(i32.shl
@@ -50,7 +50,7 @@
)
)
)
- (func $i32s-rem (; 2 ;) (param $0 i32) (param $1 i32) (result i32)
+ (func $i32s-rem (param $0 i32) (param $1 i32) (result i32)
(if (result i32)
(i32.eqz
(local.get $1)
@@ -62,7 +62,7 @@
)
)
)
- (func $opts (; 3 ;) (param $x i32) (param $y i32) (result i32)
+ (func $opts (param $x i32) (param $y i32) (result i32)
;;@ even-opted.cpp:1:0
(local.set $x
(i32.add
@@ -91,7 +91,7 @@
)
)
)
- (func $fib (; 4 ;) (param $$0 i32) (result i32)
+ (func $fib (param $$0 i32) (result i32)
(local $$$0$lcssa i32)
(local $$$01518 i32)
(local $$$01518$phi i32)
@@ -189,7 +189,7 @@
(local.get $$$0$lcssa)
)
)
- (func $switch_reach (; 5 ;) (param $$p i32) (result i32)
+ (func $switch_reach (param $$p i32) (result i32)
(local $$0 i32)
(local $$call i32)
(local $$magic i32)
@@ -286,11 +286,11 @@
(local.get $$rc$0)
)
)
- (func $nofile (; 6 ;)
+ (func $nofile
;;@ (unknown):1337:0
(call $nofile)
)
- (func $inlineMe (; 7 ;) (param $x i32) (param $y i32) (result i32)
+ (func $inlineMe (param $x i32) (param $y i32) (result i32)
;;@ inline_me.c:120:0
(local.set $x
(i32.add
@@ -317,7 +317,7 @@
(local.get $x)
)
)
- (func $inlineInto (; 8 ;) (param $x i32) (param $y i32) (result i32)
+ (func $inlineInto (param $x i32) (param $y i32) (result i32)
;;@ inline_me.c:125:0
(return
(call $inlineMe