summaryrefslogtreecommitdiff
path: root/test/debugInfo.fromasm.imprecise
diff options
context:
space:
mode:
Diffstat (limited to 'test/debugInfo.fromasm.imprecise')
-rw-r--r--test/debugInfo.fromasm.imprecise25
1 files changed, 12 insertions, 13 deletions
diff --git a/test/debugInfo.fromasm.imprecise b/test/debugInfo.fromasm.imprecise
index 4919d624d..638911cfc 100644
--- a/test/debugInfo.fromasm.imprecise
+++ b/test/debugInfo.fromasm.imprecise
@@ -10,42 +10,42 @@
(export "fib" (func $fib))
(export "switch_reach" (func $switch_reach))
(func $add (param $0 i32) (param $1 i32) (result i32)
- ;; tests/other_file.cpp:314159
+ ;;@ tests/other_file.cpp:314159:0
(i32.add
(get_local $1)
(get_local $1)
)
)
(func $ret (param $0 i32) (result i32)
- ;; return.cpp:50
+ ;;@ return.cpp:50:0
(set_local $0
(i32.shl
(get_local $0)
(i32.const 1)
)
)
- ;; return.cpp:100
+ ;;@ return.cpp:100:0
(i32.add
(get_local $0)
(i32.const 1)
)
)
(func $opts (param $0 i32) (param $1 i32) (result i32)
- ;; even-opted.cpp:1
+ ;;@ even-opted.cpp:1:0
(set_local $0
(i32.add
(get_local $0)
(get_local $1)
)
)
- ;; even-opted.cpp:2
+ ;;@ even-opted.cpp:2:0
(set_local $1
(i32.shr_s
(get_local $1)
(get_local $0)
)
)
- ;; even-opted.cpp:3
+ ;;@ even-opted.cpp:3:0
(i32.add
(i32.rem_s
(get_local $0)
@@ -60,7 +60,7 @@
(local $3 i32)
(local $4 i32)
(if
- ;; fib.c:3
+ ;;@ fib.c:3:0
(i32.gt_s
(get_local $0)
(i32.const 0)
@@ -80,21 +80,21 @@
(set_local $1
(i32.const 1)
)
- ;; fib.c:8
+ ;;@ fib.c:8:0
(return
(get_local $1)
)
)
)
(loop $while-in
- ;; fib.c:4
+ ;;@ fib.c:4:0
(set_local $1
(i32.add
(get_local $3)
(get_local $4)
)
)
- ;; fib.c:3
+ ;;@ fib.c:3:0
(set_local $2
(i32.add
(get_local $2)
@@ -102,7 +102,6 @@
)
)
(if
- ;; fib.c:3
(i32.ne
(get_local $2)
(get_local $0)
@@ -118,7 +117,7 @@
)
)
)
- ;; fib.c:8
+ ;;@ fib.c:8:0
(get_local $1)
)
(func $switch_reach (param $0 i32) (result i32)
@@ -178,7 +177,7 @@
(get_local $0)
)
)
- ;; /tmp/emscripten_test_binaryen2_28hnAe/src.c:59950
+ ;;@ /tmp/emscripten_test_binaryen2_28hnAe/src.c:59950:0
(get_local $1)
)
)