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 | c16e1ed4bbb478e6b3f348923130966197888488 (patch) | |
| tree | 9e4212234b237486c74bd5ad90ab45702e6ac1d3 /llvm/docs/SourceLevelDebugging.html | |
| parent | 7671e53b668093edbf3f20fc5e43a341626c743a (diff) | |
| download | bcm5719-llvm-c16e1ed4bbb478e6b3f348923130966197888488.tar.gz bcm5719-llvm-c16e1ed4bbb478e6b3f348923130966197888488.zip | |
Clarify and fix subprogram description.
llvm-svn: 146743
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.html')
| -rw-r--r-- | llvm/docs/SourceLevelDebugging.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html index f2741a2e017..d9401848a04 100644 --- a/llvm/docs/SourceLevelDebugging.html +++ b/llvm/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 |

