aboutsummaryrefslogtreecommitdiffstats
path: root/docs/SourceLevelDebugging.rst
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2013-02-16 20:07:40 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2013-02-16 20:07:40 +0000
commit49136801681ae739c049cf0e95713df378710cfd (patch)
treeb6a390e3feae39e5aa769270b9b997ccdee2392b /docs/SourceLevelDebugging.rst
parent7c1461252b7ee8b3b5a556993cb7b96d793223b6 (diff)
downloadexternal_llvm-49136801681ae739c049cf0e95713df378710cfd.zip
external_llvm-49136801681ae739c049cf0e95713df378710cfd.tar.gz
external_llvm-49136801681ae739c049cf0e95713df378710cfd.tar.bz2
Documentation: correct syntax (one missing comma, one extra comma)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175375 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/SourceLevelDebugging.rst')
-rw-r--r--docs/SourceLevelDebugging.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/SourceLevelDebugging.rst b/docs/SourceLevelDebugging.rst
index 00c26cb..78ce4e0 100644
--- a/docs/SourceLevelDebugging.rst
+++ b/docs/SourceLevelDebugging.rst
@@ -307,8 +307,8 @@ Subprogram descriptors
Function * , ;; Pointer to LLVM function
metadata, ;; Lists function template parameters
metadata, ;; Function declaration descriptor
- metadata ;; List of function variables
- i32, ;; Line number where the scope of the subprogram begins
+ metadata, ;; List of function variables
+ i32 ;; Line number where the scope of the subprogram begins
}
These descriptors provide debug information about functions, methods and