From: Devang Patel
Date: Tue, 8 Mar 2011 16:25:29 +0000 (+0000)
Subject: Update DILexicalBlock doc to mention new fields.
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=90d81f1dd5a27b7b9bcf81783cdfe5543ab9b60e;p=oota-llvm.git
Update DILexicalBlock doc to mention new fields.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127249 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html
index 3f88e2fc391..789b8ca6490 100644
--- a/docs/SourceLevelDebugging.html
+++ b/docs/SourceLevelDebugging.html
@@ -463,7 +463,9 @@ provide details such as name, type and where the variable is defined.
i32, ;; Tag = 11 + LLVMDebugVersion (DW_TAG_lexical_block)
metadata,;; Reference to context descriptor
i32, ;; Line number
- i32 ;; Column number
+ i32, ;; Column number
+ metadata,;; Reference to source file
+ i32 ;; Unique ID to identify blocks from a template function
}