diff options
author | Eric Christopher <echristo@gmail.com> | 2014-03-20 19:16:20 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-03-20 19:16:20 +0000 |
commit | 47f2be8847121e4e078e9f9a117566c17481c8cf (patch) | |
tree | 5c18f198c2c95f2150a35ee565d21906101e80b4 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
parent | 384f3feb2dcaf5d8f91b3b48567bb2869f16b1fd (diff) | |
download | bcm5719-llvm-47f2be8847121e4e078e9f9a117566c17481c8cf.tar.gz bcm5719-llvm-47f2be8847121e4e078e9f9a117566c17481c8cf.zip |
Typo.
llvm-svn: 204378
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 09ae489c40d..357413d9ab2 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -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; |