Now subprogram descriptors are not collected by llvm.dbg.sp NamedMDNode. Update docum...
[oota-llvm.git] / 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>