Skip to content

Commit

Permalink
[docs] Fix a small typo
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316682 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
vedantk committed Oct 26, 2017
1 parent fdd275f commit beb047f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/SourceLevelDebugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,9 @@ and we plan to deprecate it in future LLVM releases.
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
Expand Down

0 comments on commit beb047f

Please sign in to comment.