mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-14 15:28:20 +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:
@@ -339,7 +339,7 @@ class DwarfDebug : public AsmPrinterHandler {
|
|||||||
// Maps a CU DIE with its corresponding DwarfCompileUnit.
|
// Maps a CU DIE with its corresponding DwarfCompileUnit.
|
||||||
DenseMap<const DIE *, DwarfCompileUnit *> CUDieMap;
|
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
|
/// be shared across CUs, that is why we keep the map here instead
|
||||||
/// of in DwarfCompileUnit.
|
/// of in DwarfCompileUnit.
|
||||||
DenseMap<const MDNode *, DIE *> MDTypeNodeToDieMap;
|
DenseMap<const MDNode *, DIE *> MDTypeNodeToDieMap;
|
||||||
|
Reference in New Issue
Block a user