BFI: Mark the end of namespaces
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 11 Jul 2014 23:56:50 +0000 (23:56 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 11 Jul 2014 23:56:50 +0000 (23:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212861 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/BlockFrequencyInfoImpl.h
lib/Analysis/BlockFrequencyInfoImpl.cpp

index 73408016e09e9e55c1b03803789a8571f74375c4..c434b539561fa75be204c04e2e6bfc9df884cdb9 100644 (file)
@@ -131,7 +131,8 @@ inline raw_ostream &operator<<(raw_ostream &OS, const BlockMass &X) {
 template <> struct isPodLike<BlockMass> {
   static const bool value = true;
 };
-}
+
+} // end namespace llvm
 
 //===----------------------------------------------------------------------===//
 //
@@ -1183,7 +1184,8 @@ raw_ostream &BlockFrequencyInfoImpl<BT>::print(raw_ostream &OS) const {
   OS << "\n";
   return OS;
 }
-}
+
+} // end namespace llvm
 
 #undef DEBUG_TYPE
 
index 4fd2c111317f5cbeaf4dc72b76df8d3e60a49a17..39d7f520b4e422b4d5386c531a08c6b65f372f2c 100644 (file)
@@ -87,7 +87,8 @@ struct DitheringDistributer {
 
   BlockMass takeMass(uint32_t Weight);
 };
-}
+
+} // end namespace
 
 DitheringDistributer::DitheringDistributer(Distribution &Dist,
                                            const BlockMass &Mass) {