summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-04-23 21:20:07 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-04-23 21:20:07 +0000
commit2bff66859ef811a2fbe0a2c027f05063d2a62f47 (patch)
treececea876c09598c77fead805749df47db382ae06 /lib
parent16fc3db3243e55551885a8ad36f62cff5172a2c5 (diff)
downloadllvm-2bff66859ef811a2fbe0a2c027f05063d2a62f47.tar.gz
llvm-2bff66859ef811a2fbe0a2c027f05063d2a62f47.tar.bz2
llvm-2bff66859ef811a2fbe0a2c027f05063d2a62f47.tar.xz
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
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/AsmPrinter/AddressPool.h1
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfFile.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/AddressPool.h b/lib/CodeGen/AsmPrinter/AddressPool.h
index 2c391fa648..d0c9b0d857 100644
--- a/lib/CodeGen/AsmPrinter/AddressPool.h
+++ b/lib/CodeGen/AsmPrinter/AddressPool.h
@@ -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.
diff --git a/lib/CodeGen/AsmPrinter/DwarfFile.h b/lib/CodeGen/AsmPrinter/DwarfFile.h
index 2316566c2d..279468409b 100644
--- a/lib/CodeGen/AsmPrinter/DwarfFile.h
+++ b/lib/CodeGen/AsmPrinter/DwarfFile.h
@@ -53,6 +53,7 @@ class DwarfFile {
std::string StringPref;
AddressPool AddrPool;
+
public:
DwarfFile(AsmPrinter *AP, const char *Pref, BumpPtrAllocator &DA);