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 | 6156011ee81b08d58524666fb22f8586aaa406bf (patch) | |
tree | 99b60b73363c3ec52865a0edd553050472afd683 /llvm/lib | |
parent | 866ed94db1b9ca8ec0cb2e21be845daddac64660 (diff) | |
download | bcm5719-llvm-6156011ee81b08d58524666fb22f8586aaa406bf.tar.gz bcm5719-llvm-6156011ee81b08d58524666fb22f8586aaa406bf.zip |
Typo.
llvm-svn: 181378
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index 8f08c63e649..c6d0465fa17 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/llvm/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; |