[llvm-commits] [llvm] r151874 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h
Eric Christopher
echristo at apple.com
Thu Mar 1 17:57:55 PST 2012
Author: echristo
Date: Thu Mar 1 19:57:55 2012
New Revision: 151874
URL: http://llvm.org/viewvc/llvm-project?rev=151874&view=rev
Log:
Grammar.
Modified:
llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h
Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h?rev=151874&r1=151873&r2=151874&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h Thu Mar 1 19:57:55 2012
@@ -244,7 +244,7 @@
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;
More information about the llvm-commits
mailing list