Improve documentation.
authorAdrian Prantl <aprantl@apple.com>
Mon, 29 Apr 2013 22:25:52 +0000 (22:25 +0000)
committerAdrian Prantl <aprantl@apple.com>
Mon, 29 Apr 2013 22:25:52 +0000 (22:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180738 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/inline-debug-info.ll

index d5875f78f407378c32ea2c529ebd1648c4ede442..7c3267abcee3986cd110e636793f6591ec8f86aa 100644 (file)
@@ -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.