Improve documentation.

llvm-svn: 180738
This commit is contained in:
Adrian Prantl 2013-04-29 22:25:52 +00:00
parent fb7e32ebd6
commit 3e1758c045
1 changed files with 2 additions and 1 deletions

View 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.