diff options
| author | Eric Christopher <echristo@apple.com> | 2012-03-02 01:57:55 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2012-03-02 01:57:55 +0000 |
| commit | e19f4cd0669815da49e7ef84500730b701523cda (patch) | |
| tree | d743c23c4cae71358189dfd610b29317bb3159ee /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
| parent | 7772531567a37ec85bc62a1db2ebb91761d98cc8 (diff) | |
| download | bcm5719-llvm-e19f4cd0669815da49e7ef84500730b701523cda.tar.gz bcm5719-llvm-e19f4cd0669815da49e7ef84500730b701523cda.zip | |
Grammar.
llvm-svn: 151874
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 bdb462ebc0e..8b802d2e21b 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -244,7 +244,7 @@ class DwarfDebug { SmallPtrSet<DIE *, 4> InlinedSubprogramDIEs; /// InlineInfo - Keep track of inlined functions and their location. This - /// information is used to populate debug_inlined section. + /// information is used to populate the debug_inlined section. typedef std::pair<const MCSymbol *, DIE *> InlineInfoLabels; DenseMap<const MDNode *, SmallVector<InlineInfoLabels, 4> > InlineInfo; SmallVector<const MDNode *, 4> InlinedSPNodes; |

