clang-format for my previous commit (I keep forgetting... )

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207025 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Blaikie 2014-04-23 21:20:07 +00:00
parent 16fc3db324
commit 2bff66859e
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ class AddressPool {
AddressPoolEntry(unsigned Number, bool TLS) : Number(Number), TLS(TLS) {}
};
DenseMap<const MCSymbol *, AddressPoolEntry> Pool;
public:
/// \brief Returns the index into the address pool with the given
/// label/symbol.

View File

@ -53,6 +53,7 @@ class DwarfFile {
std::string StringPref;
AddressPool AddrPool;
public:
DwarfFile(AsmPrinter *AP, const char *Pref, BumpPtrAllocator &DA);