Now subprogram descriptors are not collected by llvm.dbg.sp NamedMDNode. Update document to reflect this change.

llvm-svn: 150187
This commit is contained in:
Devang Patel 2012-02-09 17:34:01 +00:00
parent 5c84b20a5c
commit c4b407c311

View 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 <p>These descriptors provide debug information about functions, methods and
subprograms. They provide details such as name, return types and the source subprograms. They provide details such as name, return types and the source
location where the subprogram is defined. location where the subprogram is defined.
All subprogram descriptors are collected by a named metadata
<tt>!llvm.dbg.sp</tt>.
</p> </p>
</div> </div>