diff options
author | Vedant Kumar <vsk@apple.com> | 2017-10-26 17:58:05 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2017-10-26 17:58:05 +0000 |
commit | 593ec59c7eb1ea97e59aa0871d267d51f6c62133 (patch) | |
tree | 3275e80bbfa0c0613f4bfb924ac8a80c26780806 /llvm/docs | |
parent | 6b3a09e901a1c3bfcf902dfd594eee52700fae1a (diff) | |
download | bcm5719-llvm-593ec59c7eb1ea97e59aa0871d267d51f6c62133.tar.gz bcm5719-llvm-593ec59c7eb1ea97e59aa0871d267d51f6c62133.zip |
[docs] Fix a small typo
llvm-svn: 316682
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/SourceLevelDebugging.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst index c46b51c4d81..491171393ab 100644 --- a/llvm/docs/SourceLevelDebugging.rst +++ b/llvm/docs/SourceLevelDebugging.rst @@ -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 |