[llvm-commits] [llvm] r146743 - /llvm/trunk/docs/SourceLevelDebugging.html
Devang Patel
dpatel at apple.com
Fri Dec 16 09:50:04 PST 2011
Author: dpatel
Date: Fri Dec 16 11:50:04 2011
New Revision: 146743
URL: http://llvm.org/viewvc/llvm-project?rev=146743&view=rev
Log:
Clarify and fix subprogram description.
Modified:
llvm/trunk/docs/SourceLevelDebugging.html
Modified: llvm/trunk/docs/SourceLevelDebugging.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/SourceLevelDebugging.html?rev=146743&r1=146742&r2=146743&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.html (original)
+++ llvm/trunk/docs/SourceLevelDebugging.html Fri Dec 16 11:50:04 2011
@@ -446,7 +446,7 @@
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
More information about the llvm-commits
mailing list