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@204378 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8b97f004cb
commit
56210e69eb
@ -339,7 +339,7 @@ class DwarfDebug : public AsmPrinterHandler {
|
||||
// Maps a CU DIE with its corresponding DwarfCompileUnit.
|
||||
DenseMap<const DIE *, DwarfCompileUnit *> CUDieMap;
|
||||
|
||||
/// Maps MDNodes for type sysstem with the corresponding DIEs. These DIEs can
|
||||
/// Maps MDNodes for type system with the corresponding DIEs. These DIEs can
|
||||
/// be shared across CUs, that is why we keep the map here instead
|
||||
/// of in DwarfCompileUnit.
|
||||
DenseMap<const MDNode *, DIE *> MDTypeNodeToDieMap;
|
||||
|
Loading…
x
Reference in New Issue
Block a user