[llvm-commits] [llvm] r115326 - /llvm/trunk/docs/SourceLevelDebugging.html
Devang Patel
dpatel at apple.com
Fri Oct 1 12:22:16 PDT 2010
Author: dpatel
Date: Fri Oct 1 14:22:16 2010
New Revision: 115326
URL: http://llvm.org/viewvc/llvm-project?rev=115326&view=rev
Log:
Fix dbg_declare signature in document.
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=115326&r1=115325&r2=115326&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.html (original)
+++ llvm/trunk/docs/SourceLevelDebugging.html Fri Oct 1 14:22:16 2010
@@ -789,11 +789,11 @@
<div class="doc_text">
<pre>
- void %<a href="#format_common_declare">llvm.dbg.declare</a>({}*, metadata)
+ void %<a href="#format_common_declare">llvm.dbg.declare</a>(metadata, metadata)
</pre>
<p>This intrinsic provides information about a local element (ex. variable.) The
- first argument is the alloca for the variable, cast to a <tt>{}*</tt>. 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>
More information about the llvm-commits
mailing list