[llvm] r207025 - clang-format for my previous commit (I keep forgetting... )

David Blaikie dblaikie at gmail.com
Wed Apr 23 14:20:08 PDT 2014


Author: dblaikie
Date: Wed Apr 23 16:20:07 2014
New Revision: 207025

URL: http://llvm.org/viewvc/llvm-project?rev=207025&view=rev
Log:
clang-format for my previous commit (I keep forgetting... )

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/AddressPool.h
    llvm/trunk/lib/CodeGen/AsmPrinter/DwarfFile.h

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/AddressPool.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/AddressPool.h?rev=207025&r1=207024&r2=207025&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/AddressPool.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/AddressPool.h Wed Apr 23 16:20:07 2014
@@ -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.

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfFile.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfFile.h?rev=207025&r1=207024&r2=207025&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfFile.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfFile.h Wed Apr 23 16:20:07 2014
@@ -53,6 +53,7 @@ class DwarfFile {
   std::string StringPref;
 
   AddressPool AddrPool;
+
 public:
   DwarfFile(AsmPrinter *AP, const char *Pref, BumpPtrAllocator &DA);
 





More information about the llvm-commits mailing list