mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Typo.
llvm-svn: 204378
This commit is contained in:
parent
17584b9ad3
commit
fdbc553506
@ -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…
Reference in New Issue
Block a user