From beb047f3df93566f1cba15fe29ea378e192d8c2e Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Thu, 26 Oct 2017 17:58:05 +0000 Subject: [PATCH] [docs] Fix a small typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316682 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/SourceLevelDebugging.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/SourceLevelDebugging.rst b/docs/SourceLevelDebugging.rst index c46b51c4d81..491171393ab 100644 --- a/docs/SourceLevelDebugging.rst +++ b/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 `_ containing a -description of the variable. The fourth argument is a `complex expression +description of the variable. The third argument is a `complex expression `_. Object lifetimes and scoping -- 2.50.1