clang-format for my previous commit (I keep forgetting... )
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 23 Apr 2014 21:20:07 +0000 (21:20 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 23 Apr 2014 21:20:07 +0000 (21:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207025 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/AddressPool.h
lib/CodeGen/AsmPrinter/DwarfFile.h

index 2c391fa648240521edcf730c4ee359be9f8f5b74..d0c9b0d857758f11de5f50362748bdf748996cf3 100644 (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.
index 2316566c2de08c1afd571867b814014530e06055..279468409b3b8d0357d31c4de54e6d9174f94b5b 100644 (file)
@@ -53,6 +53,7 @@ class DwarfFile {
   std::string StringPref;
 
   AddressPool AddrPool;
+
 public:
   DwarfFile(AsmPrinter *AP, const char *Pref, BumpPtrAllocator &DA);