[llvm-commits] [llvm] r150860 - /llvm/trunk/docs/SourceLevelDebugging.html
Chad Rosier
mcrosier at apple.com
Fri Feb 17 17:38:41 PST 2012
Author: mcrosier
Date: Fri Feb 17 19:38:41 2012
New Revision: 150860
URL: http://llvm.org/viewvc/llvm-project?rev=150860&view=rev
Log:
Fix documentation.
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=150860&r1=150859&r2=150860&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.html (original)
+++ llvm/trunk/docs/SourceLevelDebugging.html Fri Feb 17 19:38:41 2012
@@ -832,9 +832,9 @@
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 metadata holding alloca for the variable. The
- second argument is metadata containing description of the variable. </p>
+<p>This intrinsic provides information about a local element (e.g., variable). The
+ first argument is metadata holding the alloca for the variable. The
+ second argument is metadata containing a description of the variable.</p>
</div>
<!-- ======================================================================= -->
@@ -850,8 +850,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 metadata containing description of the
- user source variable. </p>
+ is written. The third argument is metadata containing a description of the
+ user source variable.</p>
</div>
</div>
More information about the llvm-commits
mailing list