[PATCH] D10999: [trivial] Fix copy/paste mistake in llvm.debug.value docs
David Nadlinger
code at klickverbot.at
Tue Jul 7 09:37:57 PDT 2015
klickverbot added a subscriber: llvm-commits.
Repository:
rL LLVM
http://reviews.llvm.org/D10999
Files:
docs/SourceLevelDebugging.rst
Index: docs/SourceLevelDebugging.rst
===================================================================
--- docs/SourceLevelDebugging.rst
+++ docs/SourceLevelDebugging.rst
@@ -197,7 +197,7 @@
argument is the offset in the user source variable where the new value is
written. The third argument is a `local variable
<LangRef.html#dilocalvariable>`_ containing a description of the variable. The
-third argument is a `complex expression <LangRef.html#diexpression>`_.
+fourth argument is a `complex expression <LangRef.html#diexpression>`_.
Object lifetimes and scoping
============================
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10999.29185.patch
Type: text/x-patch
Size: 606 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150707/b4ae9027/attachment.bin>
More information about the llvm-commits
mailing list