Now subprogram descriptors are not collected by llvm.dbg.sp NamedMDNode. Update docum...
authorDevang Patel <dpatel@apple.com>
Thu, 9 Feb 2012 17:34:01 +0000 (17:34 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 9 Feb 2012 17:34:01 +0000 (17:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150187 91177308-0d34-0410-b5e6-96231b3b80d8

docs/SourceLevelDebugging.html

index e5f982d3f5e994b6fd1b5b0849c29b61a15b19f2..dd6068e567cf165c27aa02094a3c1293a3058fee 100644 (file)
@@ -459,8 +459,6 @@ global variables are collected by named metadata <tt>!llvm.dbg.gv</tt>.</p>
 <p>These descriptors provide debug information about functions, methods and
    subprograms.  They provide details such as name, return types and the source
    location where the subprogram is defined.
-   All subprogram descriptors are collected by a named metadata 
-   <tt>!llvm.dbg.sp</tt>.
 </p>
 
 </div>