[llvm] r316682 - [docs] Fix a small typo

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 26 10:58:06 PDT 2017


Author: vedantk
Date: Thu Oct 26 10:58:05 2017
New Revision: 316682

URL: http://llvm.org/viewvc/llvm-project?rev=316682&view=rev
Log:
[docs] Fix a small typo

Modified:
    llvm/trunk/docs/SourceLevelDebugging.rst

Modified: llvm/trunk/docs/SourceLevelDebugging.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/SourceLevelDebugging.rst?rev=316682&r1=316681&r2=316682&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.rst (original)
+++ llvm/trunk/docs/SourceLevelDebugging.rst Thu Oct 26 10:58:05 2017
@@ -239,9 +239,9 @@ and we plan to deprecate it in future LL
   void @llvm.dbg.value(metadata, metadata, metadata)
 
 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 third
+value.  The first argument is the new value (wrapped as metadata).  The second
 argument is a `local variable <LangRef.html#dilocalvariable>`_ containing a
-description of the variable.  The fourth argument is a `complex expression
+description of the variable.  The third argument is a `complex expression
 <LangRef.html#diexpression>`_.
 
 Object lifetimes and scoping




More information about the llvm-commits mailing list