diff options
| author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2009-05-29 17:08:57 +0000 |
|---|---|---|
| committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2009-05-29 17:08:57 +0000 |
| commit | 9d809cad50204aa4358dac5439d81429b817c778 (patch) | |
| tree | dcc7ec659a4f651ce1e6558c4cd02c01a2ece4ae | |
| parent | 7f12d51a48a8ebfb5a14408440a62a1cfa2f1150 (diff) | |
| download | bcm5719-llvm-9d809cad50204aa4358dac5439d81429b817c778.tar.gz bcm5719-llvm-9d809cad50204aa4358dac5439d81429b817c778.zip | |
Fix some typos
llvm-svn: 72579
| -rw-r--r-- | llvm/docs/SourceLevelDebugging.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html index 190d729f5d1..0b6ed477e04 100644 --- a/llvm/docs/SourceLevelDebugging.html +++ b/llvm/docs/SourceLevelDebugging.html @@ -352,7 +352,7 @@ height="369"> <p>One important aspect of the LLVM debug representation is that it allows the LLVM debugger to efficiently index all of the global objects without having - the scan the program. To do this, all of the global objects use "anchor" + to scan the program. To do this, all of the global objects use "anchor" descriptors with designated names. All of the global objects of a particular type (e.g., compile units) contain a pointer to the anchor. This pointer allows a debugger to use def-use chains to find all global objects of that @@ -672,8 +672,8 @@ DW_TAG_enumeration_type = 4 DW_TAG_structure_type = 19 DW_TAG_union_type = 23 DW_TAG_vector_type = 259 -DW_TAG_subroutine_type = 46 -DW_TAG_inheritance = 26 +DW_TAG_subroutine_type = 21 +DW_TAG_inheritance = 28 </pre> </div> |

