[llvm-commits] [llvm] r124664 - /llvm/trunk/docs/SourceLevelDebugging.html

Devang Patel dpatel at apple.com
Tue Feb 1 09:22:12 PST 2011


Author: dpatel
Date: Tue Feb  1 11:22:12 2011
New Revision: 124664

URL: http://llvm.org/viewvc/llvm-project?rev=124664&view=rev
Log:
Remove stale references of obsolete @llvm.dbg.variable.

Modified:
    llvm/trunk/docs/SourceLevelDebugging.html

Modified: llvm/trunk/docs/SourceLevelDebugging.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/SourceLevelDebugging.html?rev=124664&r1=124663&r2=124664&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.html (original)
+++ llvm/trunk/docs/SourceLevelDebugging.html Tue Feb  1 11:22:12 2011
@@ -796,10 +796,7 @@
 
 <p>This intrinsic provides information about a local element (ex. variable.) The
    first argument is metadata holding alloca for the variable.</tt>. The
-   second argument is
-   the <tt>%<a href="#format_variables">llvm.dbg.variable</a></tt> containing
-   the description of the variable. </p>
-
+   second argument is metadata containing description of the variable. </p>
 </div>
 
 <!-- ======================================================================= -->
@@ -815,10 +812,8 @@
 <p>This intrinsic provides information when a user source variable is set to a
    new value.  The first argument is the new value (wrapped as metadata).  The
    second argument is the offset in the user source variable where the new value
-   is written.  The third argument is
-   the <tt>%<a href="#format_variables">llvm.dbg.variable</a></tt> containing
-   the description of the user source variable. </p>
-
+   is written.  The third argument is metadata containing description of the
+   user source variable. </p>
 </div>
 
 <!-- ======================================================================= -->





More information about the llvm-commits mailing list