summaryrefslogtreecommitdiff
path: root/test/debugInfo.fromasm.read-written
diff options
context:
space:
mode:
authorYury Delendik <ydelendik@mozilla.com>2018-09-17 10:05:43 -0500
committerGitHub <noreply@github.com>2018-09-17 10:05:43 -0500
commitcefbbfadae87135ff37fb4fc1058c6baf8de0140 (patch)
tree4be93c23ad7cb95623f699a2fff9ef829abc426c /test/debugInfo.fromasm.read-written
parent403be53fb84645b9338454681792538af876cf87 (diff)
downloadbinaryen-cefbbfadae87135ff37fb4fc1058c6baf8de0140.tar.gz
binaryen-cefbbfadae87135ff37fb4fc1058c6baf8de0140.tar.bz2
binaryen-cefbbfadae87135ff37fb4fc1058c6baf8de0140.zip
Add debug information locations to the function prolog/epilog (#1674)
The current patch: * Preserves the debug locations from function prolog and epilog * Preserves the debug locations of the nested blocks
Diffstat (limited to 'test/debugInfo.fromasm.read-written')
-rw-r--r--test/debugInfo.fromasm.read-written3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/debugInfo.fromasm.read-written b/test/debugInfo.fromasm.read-written
index 797d990e7..cd7402cb1 100644
--- a/test/debugInfo.fromasm.read-written
+++ b/test/debugInfo.fromasm.read-written
@@ -73,8 +73,8 @@
(local $4 i32)
;;@ fib.c:8:0
(set_local $4
+ ;;@ fib.c:3:0
(if (result i32)
- ;;@ fib.c:3:0
(i32.gt_s
(get_local $0)
(i32.const 0)
@@ -96,7 +96,6 @@
)
)
)
- ;;@ fib.c:3:0
(loop $label$3
;;@ fib.c:4:0
(set_local $1