mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-04 10:30:30 +00:00
Grammar.
llvm-svn: 193372
This commit is contained in:
parent
1517e70f3d
commit
c48826138b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user