diff options
author | Eric Christopher <echristo@gmail.com> | 2013-05-08 00:11:10 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-05-08 00:11:10 +0000 |
commit | 1db3d0820f8057dd03ade1585bfa5f2bf53cfe33 (patch) | |
tree | 6fb6b2dabb0b7e2d305e73917b2bc8fc6588b573 /lib | |
parent | 5812cdb9e56f90c268fcd79b7b2f6a3a3ffaec2a (diff) | |
download | external_llvm-1db3d0820f8057dd03ade1585bfa5f2bf53cfe33.zip external_llvm-1db3d0820f8057dd03ade1585bfa5f2bf53cfe33.tar.gz external_llvm-1db3d0820f8057dd03ade1585bfa5f2bf53cfe33.tar.bz2 |
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181378 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index 8f08c63..c6d0465 100644 --- a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h @@ -56,11 +56,11 @@ class CompileUnit { /// IndexTyDie - An anonymous type for index type. Owned by CUDie. DIE *IndexTyDie; - /// MDNodeToDieMap - Tracks the mapping of unit level debug informaton + /// MDNodeToDieMap - Tracks the mapping of unit level debug information /// variables to debug information entries. DenseMap<const MDNode *, DIE *> MDNodeToDieMap; - /// MDNodeToDIEEntryMap - Tracks the mapping of unit level debug informaton + /// MDNodeToDIEEntryMap - Tracks the mapping of unit level debug information /// descriptors to debug information entries using a DIEEntry proxy. DenseMap<const MDNode *, DIEEntry *> MDNodeToDIEEntryMap; |