llvm-svn: 193372
This commit is contained in:
Eric Christopher 2013-10-24 21:20:23 +00:00
parent 1517e70f3d
commit c48826138b

View File

@ -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;