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 | 20b2b788b4f3914757789fe1ee835b70759ce4ec (patch) | |
tree | 2869442797463757061173fdcc032ed27b5c7394 /lib | |
parent | 024170f859112518adb5796060607574bf1e6015 (diff) | |
download | external_llvm-20b2b788b4f3914757789fe1ee835b70759ce4ec.zip external_llvm-20b2b788b4f3914757789fe1ee835b70759ce4ec.tar.gz external_llvm-20b2b788b4f3914757789fe1ee835b70759ce4ec.tar.bz2 |
Missed a spot!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142436 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h index 900070b..4bd5167 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/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; |