diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-02-18 01:38:41 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-02-18 01:38:41 +0000 |
commit | 991aa50e448bde261128dd5efb54a9b42923aee9 (patch) | |
tree | 70914d3079f5b8bdda987848a34b051f7478b550 | |
parent | 1d9cdb6c42088937bcd306124350a0605bde0bc8 (diff) | |
download | bcm5719-llvm-991aa50e448bde261128dd5efb54a9b42923aee9.tar.gz bcm5719-llvm-991aa50e448bde261128dd5efb54a9b42923aee9.zip |
Fix documentation.
llvm-svn: 150860
-rw-r--r-- | llvm/docs/SourceLevelDebugging.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html index dd6068e567c..e7eac08ee81 100644 --- a/llvm/docs/SourceLevelDebugging.html +++ b/llvm/docs/SourceLevelDebugging.html @@ -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> |