diff options
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.rst')
-rw-r--r-- | llvm/docs/SourceLevelDebugging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst index 270c44eb50b..300096b7ccf 100644 --- a/llvm/docs/SourceLevelDebugging.rst +++ b/llvm/docs/SourceLevelDebugging.rst @@ -197,7 +197,7 @@ 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 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 ============================ |