aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/inline-debug-info.ll
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2013-04-29 22:25:52 +0000
committerAdrian Prantl <aprantl@apple.com>2013-04-29 22:25:52 +0000
commit3e3456b23ae6fb1eaecfd439e777efbbaad3610a (patch)
tree8f17ab5a4139ca7f3f43fa43b77c89ba9bbefd28 /test/DebugInfo/inline-debug-info.ll
parentfa2eac54e690928592a2bd6c1f8ee0f9b1923d5e (diff)
downloadexternal_llvm-3e3456b23ae6fb1eaecfd439e777efbbaad3610a.zip
external_llvm-3e3456b23ae6fb1eaecfd439e777efbbaad3610a.tar.gz
external_llvm-3e3456b23ae6fb1eaecfd439e777efbbaad3610a.tar.bz2
Improve documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180738 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/inline-debug-info.ll')
-rw-r--r--test/DebugInfo/inline-debug-info.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/DebugInfo/inline-debug-info.ll b/test/DebugInfo/inline-debug-info.ll
index d5875f7..7c3267a 100644
--- a/test/DebugInfo/inline-debug-info.ll
+++ b/test/DebugInfo/inline-debug-info.ll
@@ -26,7 +26,8 @@
; 21 }
; CHECK: _Z4testi.exit:
-; Make sure the branch instruction created during inlining has a debug location
+; Make sure the branch instruction created during inlining has a debug location,
+; so the range of the inlined function is correct.
; CHECK: br label %invoke.cont, !dbg ![[MD:[0-9]+]]
; The branch instruction has the source location of line 9 and its inlined location
; has the source location of line 14.