mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181378 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5812cdb9e5
commit
1db3d0820f
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user