summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AddressPool.h
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
commit8fb87eee17e1b0b590fcce846e51199042e46ff3 (patch)
tree492bc1fdb395234aa3ca8ca2d4da28bd8443bb0c /llvm/lib/CodeGen/AsmPrinter/AddressPool.h
parentffbafa2af021504d2bdb575b5445e53faf63bb7a (diff)
downloadbcm5719-llvm-8fb87eee17e1b0b590fcce846e51199042e46ff3.tar.gz
bcm5719-llvm-8fb87eee17e1b0b590fcce846e51199042e46ff3.zip
clang-format for my previous commit (I keep forgetting... )
llvm-svn: 207025
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/AddressPool.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/AddressPool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AddressPool.h b/llvm/lib/CodeGen/AsmPrinter/AddressPool.h
index 2c391fa6482..d0c9b0d8577 100644
--- a/llvm/lib/CodeGen/AsmPrinter/AddressPool.h
+++ b/llvm/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.
OpenPOWER on IntegriCloud