aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-03-02 01:57:55 +0000
committerEric Christopher <echristo@apple.com>2012-03-02 01:57:55 +0000
commit61cafd14491ff7d8183c1593edb7725e8732de38 (patch)
tree4e1d076a79da5339a8efd1b9457e4d1c113b3140 /lib/CodeGen
parent50e266135edb896e037c1a8f22a2fafac84eea86 (diff)
downloadexternal_llvm-61cafd14491ff7d8183c1593edb7725e8732de38.zip
external_llvm-61cafd14491ff7d8183c1593edb7725e8732de38.tar.gz
external_llvm-61cafd14491ff7d8183c1593edb7725e8732de38.tar.bz2
Grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151874 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index bdb462e..8b802d2 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/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;