1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Fix documentation.

llvm-svn: 150860
This commit is contained in:
Chad Rosier 2012-02-18 01:38:41 +00:00
parent c2e76f573d
commit 617f581b49

View File

@ -832,9 +832,9 @@ DW_TAG_return_variable = 258
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 @@ DW_TAG_return_variable = 258
<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>