diff options
author | Devang Patel <dpatel@apple.com> | 2011-12-16 17:50:04 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-12-16 17:50:04 +0000 |
commit | 473f95febed9f29f4b34de975c76538163f78673 (patch) | |
tree | b4e2e74a7e2eeee69b8ac80cfec507b9e934b9f4 /docs/SourceLevelDebugging.html | |
parent | f5bb45f89564129fcaca25b9dd84750ffc02beed (diff) |
Clarify and fix subprogram description.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146743 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/SourceLevelDebugging.html')
-rw-r--r-- | docs/SourceLevelDebugging.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index f2741a2e01..d9401848a0 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -446,7 +446,7 @@ global variables are collected by named metadata <tt>!llvm.dbg.gv</tt>.</p> i32, ;; Index into a virtual function metadata, ;; indicates which base type contains the vtable pointer for the ;; derived class - i1, ;; isArtificial + i32, ;; Flags - Artifical, Private, Protected, Explicit, Prototyped. i1, ;; isOptimized Function *,;; Pointer to LLVM function metadata, ;; Lists function template parameters |