summaryrefslogtreecommitdiffstats
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
commit3e1758c045a440704f70df23acebb08b3036cf45 (patch)
tree2d9e017bde6299e665170f3a5e9957a73ca86efa
parentfb7e32ebd62c8d0e98b2e7bbf53b9db8ebbd5981 (diff)
downloadbcm5719-llvm-3e1758c045a440704f70df23acebb08b3036cf45.tar.gz
bcm5719-llvm-3e1758c045a440704f70df23acebb08b3036cf45.zip
Improve documentation.
llvm-svn: 180738
-rw-r--r--llvm/test/DebugInfo/inline-debug-info.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/inline-debug-info.ll b/llvm/test/DebugInfo/inline-debug-info.ll
index d5875f78f40..7c3267abcee 100644
--- a/llvm/test/DebugInfo/inline-debug-info.ll
+++ b/llvm/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.
OpenPOWER on IntegriCloud