[llvm] r180738 - Improve documentation.

Adrian Prantl aprantl at apple.com
Mon Apr 29 15:25:53 PDT 2013


Author: adrian
Date: Mon Apr 29 17:25:52 2013
New Revision: 180738

URL: http://llvm.org/viewvc/llvm-project?rev=180738&view=rev
Log:
Improve documentation.

Modified:
    llvm/trunk/test/DebugInfo/inline-debug-info.ll

Modified: llvm/trunk/test/DebugInfo/inline-debug-info.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/inline-debug-info.ll?rev=180738&r1=180737&r2=180738&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/inline-debug-info.ll (original)
+++ llvm/trunk/test/DebugInfo/inline-debug-info.ll Mon Apr 29 17:25:52 2013
@@ -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.





More information about the llvm-commits mailing list