summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-10-24 21:20:23 +0000
committerEric Christopher <echristo@gmail.com>2013-10-24 21:20:23 +0000
commit670ee0e941574e9fe0187b3562bb4f041ee2e7d6 (patch)
tree33b5aeed8111f295c0d2437a5046dd7f0beeefe3 /llvm/lib/CodeGen
parentb088d2d0bca20dfe1831d9626c559035f98e1e9c (diff)
downloadbcm5719-llvm-670ee0e941574e9fe0187b3562bb4f041ee2e7d6.tar.gz
bcm5719-llvm-670ee0e941574e9fe0187b3562bb4f041ee2e7d6.zip
Grammar.
llvm-svn: 193372
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 326a09c5161..83ea0cc967a 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -302,7 +302,7 @@ public:
AddrPool *getAddrPool() { return &AddressPool; }
};
-/// \brief Helper used to pair up a symbol and it's DWARF compile unit.
+/// \brief Helper used to pair up a symbol and its DWARF compile unit.
struct SymbolCU {
SymbolCU(CompileUnit *CU, const MCSymbol *Sym) : Sym(Sym), CU(CU) {}
const MCSymbol *Sym;
OpenPOWER on IntegriCloud