diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2011-10-18 22:40:18 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2011-10-18 22:40:18 +0000 |
commit | ac4c1860a3a2e9ae5d3d54ea7ae9c1cf889cfda1 (patch) | |
tree | d8e25679f057bdfd7690fdc30350c498c691299d /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
parent | 5ca33ac9269910d4a1aa0cdbce566cf07ad94074 (diff) | |
download | bcm5719-llvm-ac4c1860a3a2e9ae5d3d54ea7ae9c1cf889cfda1.tar.gz bcm5719-llvm-ac4c1860a3a2e9ae5d3d54ea7ae9c1cf889cfda1.zip |
Missed a spot!
llvm-svn: 142436
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 900070b3de4..4bd51677ca4 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -240,7 +240,7 @@ class DwarfDebug { /// DotDebugLocEntries - Collection of DotDebugLocEntry. SmallVector<DotDebugLocEntry, 4> DotDebugLocEntries; - /// InlinedSubprogramDIEs - Collection of subprgram DIEs that are marked + /// InlinedSubprogramDIEs - Collection of subprogram DIEs that are marked /// (at the end of the module) as DW_AT_inline. SmallPtrSet<DIE *, 4> InlinedSubprogramDIEs; |