From b34500fae586a3fb09ba9d169297409b4ab3bbec Mon Sep 17 00:00:00 2001 From: John Criswell Date: Wed, 17 Mar 2010 15:01:50 +0000 Subject: [PATCH] Fixed spelling errors. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98724 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/SourceLevelDebugging.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index 005eb130396..66a9a2e34ef 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -237,7 +237,7 @@ height="369">

LLVM debugging information has been carefully designed to make it possible for the optimizer to optimize the program and debugging information without necessarily having to know anything about debugging information. In - particular, te use of metadadta avoids duplicated dubgging information from + particular, the use of metadata avoids duplicated debugging information from the beginning, and the global dead code elimination pass automatically deletes debugging information for a function if it decides to delete the function.

@@ -370,7 +370,7 @@ height="369"> -

These descriptors contain informations for a file. Global variables and top +

These descriptors contain information for a file. Global variables and top level functions would be defined using this context.k File descriptors also provide context for source line correspondence.

@@ -967,7 +967,7 @@ call void @llvm.dbg.declare({ }* %2, metadata !12), !dbg !14 -

Here !14 indicates that Z is declaread at line number 5 and +

Here !14 indicates that Z is declared at line number 5 and column number 9 inside of lexical scope !13. The lexical scope itself resides inside of lexical scope !1 described above.

-- 2.34.1