1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-18 12:31:26 +00:00
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193372 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2013-10-24 21:20:23 +00:00
parent 39cd7d48c0
commit 1f7d0d5794

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