BFI: Mark the end of namespaces
[oota-llvm.git] / include / llvm / Analysis / BlockFrequencyInfoImpl.h
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