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

llvm-svn: 207025
This commit is contained in:
David Blaikie 2014-04-23 21:20:07 +00:00
parent ffbafa2af0
commit 8fb87eee17
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);